1 write to Label
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
818
Label
= project.Name,
5 references to Label
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\Extensions\VSProjectContext.cs (4)
81
return string.Equals(this.
Label
, other.
Label
, StringComparison.Ordinal)
102
return (this.
Label
== null ? 53 : this.
Label
.GetHashCode() * 13)
Protocol\Extensions\VSTextDocumentIdentifier.cs (1)
80
result += "|" + this.ProjectContext.
Label
+ "|" + this.ProjectContext.Id;