1 instantiation of ConvertSwitchStatementToExpressionDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
ConvertSwitchStatementToExpressionTests.cs (1)
887
var analyzer = new
ConvertSwitchStatementToExpressionDiagnosticAnalyzer
();
3 references to ConvertSwitchStatementToExpressionDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (3)
ConvertSwitchStatementToExpressionFixAllTests.cs (1)
15
ConvertSwitchStatementToExpressionDiagnosticAnalyzer
,
ConvertSwitchStatementToExpressionTests.cs (2)
21
ConvertSwitchStatementToExpressionDiagnosticAnalyzer
,
887
var
analyzer = new ConvertSwitchStatementToExpressionDiagnosticAnalyzer();