2 references to Comment
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Features\Structure\XamlStructureTypes.cs (1)
12public const string Comment = nameof(Comment);
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
62XamlStructureTypes.Comment => (FoldingRangeKind?)FoldingRangeKind.Comment,