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