6 references to Id
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (4)
Graph\Id.cs (2)
66return new Id<TOut>(id.NumericId); 74return new Id<T>(element.Id.NumericId);
Graph\IdFactory.cs (1)
22return new Id<T>(id);
ResultSetTracking\SymbolHoldingResultSetTracker.cs (1)
138return new Id<T>(existingId.Value.NumericId);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (2)
Utilities\TestLsifJsonWriter.vb (2)
86builder.Add(GetElementById(Of T)(New Id(Of T)(inVertexId.NumericId))) 107If Not _elementsById.TryGetValue(New Id(Of Element)(id.NumericId), element) Then