4 references to Comment
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
683
SpellCheckKind.Comment => LSP.VSInternalSpellCheckableRangeKind.
Comment
,
Protocol\Internal\VSInternalSpellCheckableRangeReport.cs (1)
43
/// 1, // The kind of the span. Equivalent to <see cref="VSInternalSpellCheckableRangeKind.
Comment
"/>.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SpellCheck\SpellCheckTests.cs (1)
603
"Comment" => VSInternalSpellCheckableRangeKind.
Comment
,
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SpellCheck\SpellCheckService.cs (1)
56
ranges.Add(new((int)VSInternalSpellCheckableRangeKind.
Comment
, commentBlockSyntax.Comment.SpanStart, commentBlockSyntax.Comment.Span.Length));