3 references to PopulateSwitchExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\PopulateSwitch\CSharpPopulateSwitchExpressionCodeFixProvider.cs (1)
19Name = PredefinedCodeFixProviderNames.PopulateSwitchExpression), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
77public static string PopulateSwitchExpression => PredefinedCodeFixProviderNames.PopulateSwitchExpression;
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
93public const string PopulateSwitchExpression = nameof(PopulateSwitchExpression);