2 types derived from AbstractSpellCheckCodeFixProvider
Microsoft.CodeAnalysis.CSharp.Features (1)
SpellCheck\CSharpSpellcheckCodeFixProvider.cs (1)
21internal partial class CSharpSpellCheckCodeFixProvider : AbstractSpellCheckCodeFixProvider<SimpleNameSyntax>
Microsoft.CodeAnalysis.VisualBasic.Features (1)
SpellCheck\VisualBasicSpellCheckCodeFixProvider.vb (1)
19Inherits AbstractSpellCheckCodeFixProvider(Of SimpleNameSyntax)