3 references to Comment
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
110
BlockTypes.Comment => FoldingRangeKind.
Comment
,
Protocol\FoldingRange.cs (1)
83
/// Describes the kind of the folding range such as <see cref="FoldingRangeKind.
Comment
"/>
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
62
XamlStructureTypes.Comment => (FoldingRangeKind?)FoldingRangeKind.
Comment
,