3 references to BoundRecursivePattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (2)
1042
return new
BoundRecursivePattern
(
1429
return new
BoundRecursivePattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8178
var result = new
BoundRecursivePattern
(this.Syntax, declaredType, deconstructMethod, deconstruction, properties, isExplicitNotNullTest, variable, variableAccess, inputType, narrowedType, this.HasErrors);