Base:
method
VisitPropertySubpattern
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitPropertySubpattern(Microsoft.CodeAnalysis.CSharp.BoundPropertySubpattern)
1 override of VisitPropertySubpattern
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
604
public override BoundNode?
VisitPropertySubpattern
(BoundPropertySubpattern node)
1 reference to VisitPropertySubpattern
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
607
return base.
VisitPropertySubpattern
(node);