2 references to String
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckSpanService.cs (2)
138
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
String
));
189
AddSpan(new SpellCheckSpan(TextSpan.FromBounds(spanStart, spanEnd), SpellCheckKind.
String
));