3 references to _edgesByOutVertex
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (3)
Utilities\TestLsifJsonWriter.vb (3)
48
If Not
_edgesByOutVertex
.TryGetValue(outVertex, edgesForOutVertex) Then
50
_edgesByOutVertex
.Add(outVertex, edgesForOutVertex)
80
If
_edgesByOutVertex
.TryGetValue(vertex, edges) Then