1 write to InVertices
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Edge.cs (1)
44
InVertices
= inVertices;
1 reference to InVertices
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Edge.cs (1)
28
public IEnumerable<Id<Vertex>> GetInVerticies() =>
InVertices
?? SpecializedCollections.SingletonEnumerable(InVertex!.Value);