6 references to SpellCheckKind
Microsoft.CodeAnalysis.Features (6)
SpellCheck\AbstractSpellCheckSpanService.cs (5)
138AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.String)); 189AddSpan(new SpellCheckSpan(TextSpan.FromBounds(spanStart, spanEnd), SpellCheckKind.String)); 236AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.Identifier)); 251AddSpan(new SpellCheckSpan(trivia.Span, SpellCheckKind.Comment)); 271AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.Comment));
SpellCheck\SpellCheckSpan.cs (1)
11SpellCheckKind Kind);