1 implementation of PropertySubpatterns
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9279
public ImmutableArray<IPropertySubpatternOperation>
PropertySubpatterns
{ get; }
1 reference to PropertySubpatterns
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7716
operation.
PropertySubpatterns
.SelectAsArray((p, @this) => (IPropertySubpatternOperation)@this.VisitRequired(p), this),