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