2 references to BoundPropertySubpattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1504
builder.Add(new
BoundPropertySubpattern
(p, member, isLengthOrCount, boundPattern));
Generated\BoundNodes.xml.Generated.cs (1)
8373
var result = new
BoundPropertySubpattern
(this.Syntax, member, isLengthOrCount, pattern, this.HasErrors);