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