5 overrides of VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Main.Generated.cs (1)
1920public override SyntaxNode? VisitSwitchStatement(SwitchStatementSyntax node)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs (1)
104public override SyntaxKind VisitSwitchStatement(SwitchStatementSyntax node)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (1)
214public override ExpressionSyntax VisitSwitchStatement(SwitchStatementSyntax node)
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs (1)
104public override SyntaxKind VisitSwitchStatement(SwitchStatementSyntax node)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (1)
214public override ExpressionSyntax VisitSwitchStatement(SwitchStatementSyntax node)
1 reference to VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
8529public override TResult? Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor) where TResult : default => visitor.VisitSwitchStatement(this);