1 write to OutgoingEdges
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\Graph.vb (1)
31Me.OutgoingEdges = New ArrayBuilder(Of TGraphNode)()
4 references to OutgoingEdges
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\TypeInference\Graph.vb (4)
77source.OutgoingEdges.Add(target) 99Remove(source.OutgoingEdges, target) 153For Each innerOutGoingInterCurrent As TGraphNode In innerNodeIterCurrent.OutgoingEdges 218For Each current As TGraphNode In node.OutgoingEdges