6 references to SpellCheck
Microsoft.CodeAnalysis.CSharp.Features (1)
SpellCheck\CSharpSpellcheckCodeFixProvider.cs (1)
19[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.SpellCheck), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
106public static string SpellCheck => PredefinedCodeFixProviderNames.SpellCheck;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
123public const string SpellCheck = nameof(SpellCheck);
Microsoft.CodeAnalysis.VisualBasic.Features (3)
SimplifyThisOrMe\VisualBasicSimplifyThisOrMeCodeFixProvider.vb (1)
14<ExtensionOrder(After:=PredefinedCodeFixProviderNames.SpellCheck)>
SimplifyTypeNames\SimplifyTypeNamesCodeFixProvider.vb (1)
17<ExtensionOrder(After:=PredefinedCodeFixProviderNames.SpellCheck)>
SpellCheck\VisualBasicSpellCheckCodeFixProvider.vb (1)
16<ExportCodeFixProvider(LanguageNames.VisualBasic, Name:=PredefinedCodeFixProviderNames.SpellCheck), [Shared]>