3 references to ConvertSwitchStatementToExpressionDiagnosticId
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
ConvertSwitchStatementToExpressionDiagnosticAnalyzer.cs (1)
24
: base(IDEDiagnosticIds.
ConvertSwitchStatementToExpressionDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
39
=> ImmutableArray.Create(IDEDiagnosticIds.
ConvertSwitchStatementToExpressionDiagnosticId
);
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
ConvertSwitchStatementToExpressionTests.cs (1)
888
var descriptor = analyzer.SupportedDiagnostics.First(descriptor => descriptor.Id == IDEDiagnosticIds.
ConvertSwitchStatementToExpressionDiagnosticId
);