3 references to ApplyNamingStyle
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
27public static string ApplyNamingStyle => PredefinedCodeFixProviderNames.ApplyNamingStyle;
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (1)
31Name = PredefinedCodeFixProviderNames.ApplyNamingStyle), Shared]
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
26public const string ApplyNamingStyle = nameof(ApplyNamingStyle);