4 references to String
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
49
"String" => SpellCheckKind.
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
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
583
SpellCheckKind.
String
=> LSP.VSInternalSpellCheckableRangeKind.String,