4 references to NotTypeEvaluationInput
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
2351
return test is BoundDagExplicitNullTest && IsAnyUnionValue(
NotTypeEvaluationInput
(test.Input), out testUnionInstance);
2357
return test is BoundDagNonNullTest && IsAnyUnionValue(
NotTypeEvaluationInput
(test.Input), out testUnionInstance);
2362
if (test is BoundDagTypeTest typeTest && IsAnyUnionValue(
NotTypeEvaluationInput
(test.Input), out testUnionInstance))
2685
return
NotTypeEvaluationInput
(test.Input);