3 references to ConvertSwitchStatementToExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
29[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.ConvertSwitchStatementToExpression), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
37public static string ConvertSwitchStatementToExpression => PredefinedCodeFixProviderNames.ConvertSwitchStatementToExpression;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
39public const string ConvertSwitchStatementToExpression = nameof(ConvertSwitchStatementToExpression);