3 references to IsNegated
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (1)
57bool negated = pattern.IsNegated(out var innerPattern);
BoundTree\BoundIsPatternExpression.cs (1)
16bool negated = this.Pattern.IsNegated(out var innerPattern);
FlowAnalysis\AbstractFlowPass.cs (1)
932bool negated = node.Pattern.IsNegated(out var pattern);