2 references to AnalyzeSwitchStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs (2)
37
var nodeToGenerate = analyzer.
AnalyzeSwitchStatement
(node, out shouldRemoveNextStatement);
105
=>
AnalyzeSwitchStatement
(node, out _);