1 write to Id
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Element.cs (1)
18
this.
Id
= idFactory.Create<Element>();
3 references to Id
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Graph\Id.cs (1)
74
return new Id<T>(element.
Id
.NumericId);
Graph\Vertex.cs (1)
19
return $"{Label} vertex with ID {
Id
}";
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Utilities\TestLsifJsonWriter.vb (1)
30
_elementsById.Add(element.
Id
, element)