4 references to BoundNegatedPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
370
var negated = new
BoundNegatedPattern
(pattern.Syntax, negated: pattern, isUnionMatching: false, pattern.InputType, narrowedType: pattern.InputType);
940
var result = new
BoundNegatedPattern
(node.Syntax, node, isUnionMatching: false, node.InputType, narrowedType: node.InputType);
1100
initialCheck = new
BoundNegatedPattern
(node.Syntax, nullCheck, isUnionMatching: false, node.InputType, narrowedType: node.InputType);
Generated\BoundNodes.xml.Generated.cs (1)
8716
var result = new
BoundNegatedPattern
(this.Syntax, negated, isUnionMatching, inputType, narrowedType, this.HasErrors);