2 references to BoundIsPatternExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
126
return new
BoundIsPatternExpression
(
Generated\BoundNodes.xml.Generated.cs (1)
7980
var result = new
BoundIsPatternExpression
(this.Syntax, expression, pattern, isNegated, reachabilityDecisionDag, whenTrueLabel, whenFalseLabel, type, this.HasErrors);