3 references to MakeIsPatternExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (2)
4916return MakeIsPatternExpression(node, operand, boundConstantPattern, boundConstantPattern.IsUnionMatching, resultType, operandHasErrors, diagnostics); 4938return MakeIsPatternExpression(node, operand, pattern.MakeCompilerGenerated(), hasUnionMatching: true, resultType, operandHasErrors, diagnostics);
Binder\Binder_Patterns.cs (1)
465return MakeIsPatternExpression(