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