1 write to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
817Id = ProjectIdToProjectContextId(project.Id),
8 references to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (3)
806var delimiter = projectContext.Id.IndexOf('|'); 809Guid.Parse(projectContext.Id[..delimiter]), 810debugName: 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)
80result += "|" + this.ProjectContext.Label + "|" + this.ProjectContext.Id;