1 override of VisitPropertyPatternClause
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Main.Generated.cs (1)
1785public override SyntaxNode? VisitPropertyPatternClause(PropertyPatternClauseSyntax node)
1 reference to VisitPropertyPatternClause
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
5494public override TResult? Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor) where TResult : default => visitor.VisitPropertyPatternClause(this);