3 references to GetInVerticies
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Edge.cs (1)
70
return $"{Label} edge from {OutVertex} to {string.Join(", ",
GetInVerticies
())}";
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (2)
Utilities\TestLsifJsonWriter.vb (2)
39
For Each inVertexId In edge.
GetInVerticies
()
81
Dim inVerticesId = edges.Where(predicate).SelectMany(Function(e) e.
GetInVerticies
())