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