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