1 write to NodeType
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
86
Me.
NodeType
= nodeType
6 references to NodeType
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\TypeInference\TypeArgumentInference.vb (6)
106
Debug.Assert(current.
NodeType
= nodeType, "Should only have expected incoming edges.")
243
Debug.Assert(currentGraphNode.
NodeType
= InferenceNodeType.ArgumentNode, "Should only have named nodes as incoming edges.")
432
Debug.Assert(currentGraphNode.
NodeType
= InferenceNodeType.TypeParameterNode, "Should only have typed nodes as incoming edges.")
806
If child.
NodeType
= InferenceNodeType.TypeParameterNode AndAlso
822
If child.
NodeType
= InferenceNodeType.TypeParameterNode AndAlso
1009
If current.
NodeType
= InferenceNodeType.TypeParameterNode Then