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