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