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