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