1 write to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
817
Id
= ProjectIdToProjectContextId(project.Id),
8 references to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (3)
806
var delimiter = projectContext.
Id
.IndexOf('|');
809
Guid.Parse(projectContext.
Id
[..delimiter]),
810
debugName: projectContext.
Id
[(delimiter + 1)..]);
Protocol\Extensions\VSProjectContext.cs (4)
82
&& string.Equals(this.
Id
, other.
Id
, StringComparison.Ordinal)
103
^ (this.
Id
== null ? 61 : this.
Id
.GetHashCode() * 17)
Protocol\Extensions\VSTextDocumentIdentifier.cs (1)
80
result += "|" + this.ProjectContext.Label + "|" + this.ProjectContext.
Id
;