1 write to NodeType
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
85
Me.
NodeType
= nodeType
6 references to NodeType
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\TypeInference\TypeArgumentInference.vb (6)
105
Debug.Assert(current.
NodeType
= nodeType, "Should only have expected incoming edges.")
242
Debug.Assert(currentGraphNode.
NodeType
= InferenceNodeType.ArgumentNode, "Should only have named nodes as incoming edges.")
431
Debug.Assert(currentGraphNode.
NodeType
= InferenceNodeType.TypeParameterNode, "Should only have typed nodes as incoming edges.")
805
If child.
NodeType
= InferenceNodeType.TypeParameterNode AndAlso
821
If child.
NodeType
= InferenceNodeType.TypeParameterNode AndAlso
1008
If current.
NodeType
= InferenceNodeType.TypeParameterNode Then