2 writes to OutVertex
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Graph\Edge.cs (2)
35
OutVertex
= outVertex;
43
OutVertex
= outVertex;
2 references to OutVertex
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Edge.cs (1)
70
return $"{Label} edge from {
OutVertex
} to {string.Join(", ", GetInVerticies())}";
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Utilities\TestLsifJsonWriter.vb (1)
37
Dim outVertex = GetElementById(edge.
OutVertex
)