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