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 607Inherits Graph(Of InferenceNode) 738Dim topoSortedGraph = ArrayBuilder(Of StronglyConnectedComponent(Of InferenceNode)).GetInstance() 743Dim stronglyConnectedComponents As Graph(Of StronglyConnectedComponent(Of InferenceNode)) = 772For Each sccNode As StronglyConnectedComponent(Of InferenceNode) In topoSortedGraph 773Dim childNodes As ArrayBuilder(Of InferenceNode) = sccNode.ChildNodes 806For Each child As InferenceNode In childNodes 822For Each child As InferenceNode In childNodes 1012For Each current As InferenceNode In Vertices