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