3 references to _elementsById
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (3)
Utilities\TestLsifJsonWriter.vb (3)
30
_elementsById
.Add(element.Id, element)
97
Return
_elementsById
.Values.OfType(Of Vertex).ToImmutableArray()
107
If Not
_elementsById
.TryGetValue(New Id(Of Element)(id.NumericId), element) Then