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