4 references to NotTypeEvaluationInput
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
2297
return test is BoundDagExplicitNullTest && IsAnyUnionValue(
NotTypeEvaluationInput
(test.Input), out testUnionInstance);
2303
return test is BoundDagNonNullTest && IsAnyUnionValue(
NotTypeEvaluationInput
(test.Input), out testUnionInstance);
2308
if (test is BoundDagTypeTest typeTest && IsAnyUnionValue(
NotTypeEvaluationInput
(test.Input), out testUnionInstance))
2630
return
NotTypeEvaluationInput
(test.Input);