4 references to Comment
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
47"Comment" => SpellCheckKind.Comment,
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckSpanService.cs (2)
251AddSpan(new SpellCheckSpan(trivia.Span, SpellCheckKind.Comment)); 271AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.Comment));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
582SpellCheckKind.Comment => LSP.VSInternalSpellCheckableRangeKind.Comment,