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