Implemented interface member:
property
NumericId
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.ISerializableId.NumericId
1 write to NumericId
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Id.cs (1)
18NumericId = id;
9 references to NumericId
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (7)
Graph\Id.cs (6)
30return other.NumericId == NumericId; 35return NumericId.GetHashCode(); 50return $"{NumericId}"; 66return new Id<TOut>(id.NumericId); 74return new Id<T>(element.Id.NumericId);
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