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)
18
NumericId
= id;
9 references to NumericId
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (7)
Graph\Id.cs (6)
30
return other.
NumericId
==
NumericId
;
35
return
NumericId
.GetHashCode();
50
return $"{
NumericId
}";
66
return new Id<TOut>(id.
NumericId
);
74
return new Id<T>(element.Id.
NumericId
);
ResultSetTracking\SymbolHoldingResultSetTracker.cs (1)
138
return new Id<T>(existingId.Value.
NumericId
);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (2)
Utilities\TestLsifJsonWriter.vb (2)
86
builder.Add(GetElementById(Of T)(New Id(Of T)(inVertexId.
NumericId
)))
107
If Not _elementsById.TryGetValue(New Id(Of Element)(id.
NumericId
), element) Then