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