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