5 references to BoundNegatedPattern
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (1)
1739
return new
BoundNegatedPattern
(node, subPattern, inputType: inputType, narrowedType: inputType, hasErrors);
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
362
var negated = new
BoundNegatedPattern
(pattern.Syntax, negated: pattern, pattern.InputType, narrowedType: pattern.InputType);
931
var result = new
BoundNegatedPattern
(node.Syntax, node, node.InputType, narrowedType: node.InputType);
1091
initialCheck = new
BoundNegatedPattern
(node.Syntax, nullCheck, node.InputType, narrowedType: node.InputType);
Generated\BoundNodes.xml.Generated.cs (1)
8524
var result = new
BoundNegatedPattern
(this.Syntax, negated, inputType, narrowedType, this.HasErrors);