3 references to SpellCheck
Microsoft.CodeAnalysis.CSharp.Features (1)
SpellCheck\CSharpSpellcheckCodeFixProvider.cs (1)
20
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
SpellCheck
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
106
public static string SpellCheck => PredefinedCodeFixProviderNames.
SpellCheck
;
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
127
public const string SpellCheck = nameof(
SpellCheck
);