7 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.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: