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