2 references to BoundNegatedPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1728
return new
BoundNegatedPattern
(node, subPattern, inputType: inputType, narrowedType: inputType, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
8514
var result = new
BoundNegatedPattern
(this.Syntax, negated, inputType, narrowedType, this.HasErrors);