From 126bccd6f24597ffde49cecbc85ba147d274e6fe Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Wed, 3 Apr 2024 17:26:08 -0700 Subject: [PATCH] Fix SemanticModel docs I don't want to know how old this comment is. --- src/Compilers/Core/Portable/Compilation/SemanticModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/Core/Portable/Compilation/SemanticModel.cs b/src/Compilers/Core/Portable/Compilation/SemanticModel.cs index 2df6f1d68b4c6..85f861b6a26bc 100644 --- a/src/Compilers/Core/Portable/Compilation/SemanticModel.cs +++ b/src/Compilers/Core/Portable/Compilation/SemanticModel.cs @@ -15,7 +15,7 @@ namespace Microsoft.CodeAnalysis { /// /// Allows asking semantic questions about a tree of syntax nodes in a Compilation. Typically, - /// an instance is obtained by a call to GetBinding on a Compilation or Compilation. + /// an instance is obtained by a call to . /// /// /// An instance of SemanticModel caches local symbols and semantic information. Thus, it