4 references to IsNegated
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (1)
244bool negated = pattern.IsNegated(out var innerPattern);
BoundTree\BoundIsPatternExpression.cs (1)
16bool negated = this.Pattern.IsNegated(out var innerPattern);
FlowAnalysis\AbstractFlowPass.cs (2)
931bool negated = node.Pattern.IsNegated(out var pattern); 970negated ^= nestedPattern.IsNegated(out var negatedNestedPattern);