3 references to Identifier
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
48
"Identifier" => SpellCheckKind.
Identifier
,
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckSpanService.cs (1)
236
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
Identifier
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
581
SpellCheckKind.
Identifier
=> LSP.VSInternalSpellCheckableRangeKind.Identifier,