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