2 references to BoundPropertySubpatternMember
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1537return new BoundPropertySubpatternMember(expr, receiver, symbol, type: memberType, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
8405var result = new BoundPropertySubpatternMember(this.Syntax, receiver, symbol, type, this.HasErrors);