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