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