3 references to ConvertSwitchStatementToExpressionDiagnosticId
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.cs (1)
22
: AbstractBuiltInCodeStyleDiagnosticAnalyzer(IDEDiagnosticIds.
ConvertSwitchStatementToExpressionDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
33
=> [IDEDiagnosticIds.
ConvertSwitchStatementToExpressionDiagnosticId
];
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
src\Analyzers\CSharp\Tests\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionTests.cs (1)
837
var descriptor = analyzer.SupportedDiagnostics.First(descriptor => descriptor.Id == IDEDiagnosticIds.
ConvertSwitchStatementToExpressionDiagnosticId
);