7 references to Comment
Microsoft.CodeAnalysis.CSharp.Features (4)
Structure\CSharpStructureHelpers.cs (2)
158
type: BlockTypes.
Comment
,
254
type: BlockTypes.
Comment
,
Structure\Providers\DocumentationCommentStructureProvider.cs (1)
45
type: BlockTypes.
Comment
,
Structure\Providers\MultilineCommentBlockStructureProvider.cs (1)
23
type: BlockTypes.
Comment
,
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
15
public static string Comment => BlockTypes.
Comment
;
Microsoft.CodeAnalysis.Features (2)
Structure\BlockTypes.cs (2)
13
public const string Comment = nameof(
Comment
);
33
case
Comment
: