1 override of VisitPropertySubpattern
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7683
public override IOperation
VisitPropertySubpattern
(IPropertySubpatternOperation operation, int? argument)
1 reference to VisitPropertySubpattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9519
public override TResult? Accept<TArgument, TResult>(OperationVisitor<TArgument, TResult> visitor, TArgument argument) where TResult : default => visitor.
VisitPropertySubpattern
(this, argument);