3 references to Identifier
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
51"Identifier" => SpellCheckKind.Identifier,
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckSpanService.cs (1)
127AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.Identifier));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
213SpellCheckKind.Identifier => VSInternalSpellCheckableRangeKind.Identifier,