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