10 references to Comment
Microsoft.CodeAnalysis.CSharp.Features (4)
Structure\CSharpStructureHelpers.cs (2)
158type: BlockTypes.Comment, 254type: BlockTypes.Comment,
Structure\Providers\DocumentationCommentStructureProvider.cs (1)
45type: BlockTypes.Comment,
Structure\Providers\MultilineCommentBlockStructureProvider.cs (1)
23type: BlockTypes.Comment,
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
140BlockTypes.Comment => PredefinedStructureTagTypes.Comment,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Structure\FSharpBlockTypes.cs (1)
17public static string Comment => BlockTypes.Comment;
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
15public static string Comment => BlockTypes.Comment;
Microsoft.CodeAnalysis.Features (2)
Structure\BlockTypes.cs (2)
13public const string Comment = nameof(Comment); 33case Comment:
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
110BlockTypes.Comment => FoldingRangeKind.Comment,