13 references to Comment
Microsoft.CodeAnalysis.CSharp.Features (4)
Structure\CSharpStructureHelpers.cs (2)
182type: BlockTypes.Comment, 277type: BlockTypes.Comment,
Structure\Providers\DocumentationCommentStructureProvider.cs (1)
45type: BlockTypes.Comment,
Structure\Providers\MultilineCommentBlockStructureProvider.cs (1)
24type: BlockTypes.Comment,
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
106BlockTypes.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)
15public const string Comment = nameof(Comment); 35case Comment:
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
93BlockTypes.Comment => FoldingRangeKind.Comment,
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Structure\Providers\DocumentationCommentStructureProvider.vb (1)
41autoCollapse:=True, type:=BlockTypes.Comment,
Structure\VisualBasicStructureHelpers.vb (2)
33type:=BlockTypes.Comment, 117type:=BlockTypes.Comment,