2 types derived from InferenceNode
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\TypeInference\TypeArgumentInference.vb (2)
126
Inherits
InferenceNode
410
Inherits
InferenceNode
2 instantiations of InferenceNode
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\TypeInference\TypeArgumentInference.vb (2)
143
MyBase.
New
(graph, InferenceNodeType.TypeParameterNode)
417
MyBase.
New
(graph, InferenceNodeType.ArgumentNode)
13 references to InferenceNode
Microsoft.CodeAnalysis.VisualBasic (13)
Semantics\TypeInference\TypeArgumentInference.vb (13)
78
Inherits GraphNode(Of
InferenceNode
)
104
For Each current As
InferenceNode
In IncomingEdges
239
Dim list As ArrayBuilder(Of
InferenceNode
) = IncomingEdges
241
For Each currentGraphNode As
InferenceNode
In IncomingEdges
430
For Each currentGraphNode As
InferenceNode
In IncomingEdges
600
Inherits Graph(Of
InferenceNode
)
736
Dim topoSortedGraph = ArrayBuilder(Of StronglyConnectedComponent(Of
InferenceNode
)).GetInstance()
741
Dim stronglyConnectedComponents As Graph(Of StronglyConnectedComponent(Of
InferenceNode
)) =
770
For Each sccNode As StronglyConnectedComponent(Of
InferenceNode
) In topoSortedGraph
771
Dim childNodes As ArrayBuilder(Of
InferenceNode
) = sccNode.ChildNodes
804
For Each child As
InferenceNode
In childNodes
820
For Each child As
InferenceNode
In childNodes
1007
For Each current As
InferenceNode
In Vertices