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
601
Inherits Graph(Of
InferenceNode
)
737
Dim topoSortedGraph = ArrayBuilder(Of StronglyConnectedComponent(Of
InferenceNode
)).GetInstance()
742
Dim stronglyConnectedComponents As Graph(Of StronglyConnectedComponent(Of
InferenceNode
)) =
771
For Each sccNode As StronglyConnectedComponent(Of
InferenceNode
) In topoSortedGraph
772
Dim childNodes As ArrayBuilder(Of
InferenceNode
) = sccNode.ChildNodes
805
For Each child As
InferenceNode
In childNodes
821
For Each child As
InferenceNode
In childNodes
1008
For Each current As
InferenceNode
In Vertices