3 references to BoundPropertySubpattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (1)
1769var subpattern = new BoundPropertySubpattern(p, member, isLengthOrCount, boundPattern);
Binder\UnionMatchingRewriter.cs (1)
429properties: [new BoundPropertySubpattern(syntax, valueProperty, isLengthOrCount: false, valuePattern).MakeCompilerGenerated()],
Generated\BoundNodes.xml.Generated.cs (1)
8552var result = new BoundPropertySubpattern(this.Syntax, member, isLengthOrCount, pattern, this.HasErrors);