2 types derived from InferenceNode
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\TypeInference\TypeArgumentInference.vb (2)
127
Inherits
InferenceNode
411
Inherits
InferenceNode
2 instantiations of InferenceNode
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\TypeInference\TypeArgumentInference.vb (2)
144
MyBase.
New
(graph, InferenceNodeType.TypeParameterNode)
418
MyBase.
New
(graph, InferenceNodeType.ArgumentNode)
13 references to InferenceNode
Microsoft.CodeAnalysis.VisualBasic (13)
Semantics\TypeInference\TypeArgumentInference.vb (13)
79
Inherits GraphNode(Of
InferenceNode
)
105
For Each current As
InferenceNode
In IncomingEdges
240
Dim list As ArrayBuilder(Of
InferenceNode
) = IncomingEdges
242
For Each currentGraphNode As
InferenceNode
In IncomingEdges
431
For Each currentGraphNode As
InferenceNode
In IncomingEdges
607
Inherits Graph(Of
InferenceNode
)
738
Dim topoSortedGraph = ArrayBuilder(Of StronglyConnectedComponent(Of
InferenceNode
)).GetInstance()
743
Dim stronglyConnectedComponents As Graph(Of StronglyConnectedComponent(Of
InferenceNode
)) =
772
For Each sccNode As StronglyConnectedComponent(Of
InferenceNode
) In topoSortedGraph
773
Dim childNodes As ArrayBuilder(Of
InferenceNode
) = sccNode.ChildNodes
806
For Each child As
InferenceNode
In childNodes
822
For Each child As
InferenceNode
In childNodes
1012
For Each current As
InferenceNode
In Vertices