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