5 references to BoundRecursivePattern
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
1105
initialCheck = new
BoundRecursivePattern
(node.Syntax, declaredType: null, deconstructMethod: null, deconstruction: default,
1128
BoundPattern newRecursive = new
BoundRecursivePattern
(
1163
BoundPattern newRecursive = new
BoundRecursivePattern
(
Binder\UnionMatchingRewriter.cs (1)
452
BoundPattern result = new
BoundRecursivePattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8370
var result = new
BoundRecursivePattern
(this.Syntax, declaredType, deconstructMethod, deconstruction, properties, isExplicitNotNullTest, variable, variableAccess, isUnionMatching, inputType, narrowedType, this.HasErrors);