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