2 references to BoundPropertySubpatternMember
Microsoft.CodeAnalysis.CSharp (2)
Binder\UnionMatchingRewriter.cs (1)
64var member = new BoundPropertySubpatternMember(innerPattern.Syntax, receiver: null, valueProperty, type: innerPattern.InputType, hasErrors: valueProperty is null).MakeCompilerGenerated();
Generated\BoundNodes.xml.Generated.cs (1)
8603var result = new BoundPropertySubpatternMember(this.Syntax, receiver, symbol, type, this.HasErrors);