5 references to CollectCommentBlockSpans
Microsoft.CodeAnalysis.CSharp.Features (5)
Structure\CSharpStructureHelpers.cs (1)
227
CollectCommentBlockSpans
(triviaList, spans);
Structure\Providers\CompilationUnitStructureProvider.cs (1)
45
CSharpStructureHelpers.
CollectCommentBlockSpans
(compilationUnit.EndOfFileToken.LeadingTrivia, spans);
Structure\Providers\EnumDeclarationStructureProvider.cs (1)
48
CSharpStructureHelpers.
CollectCommentBlockSpans
(leadingTrivia, spans);
Structure\Providers\NamespaceDeclarationStructureProvider.cs (1)
55
CSharpStructureHelpers.
CollectCommentBlockSpans
(
Structure\Providers\TypeDeclarationStructureProvider.cs (1)
56
CSharpStructureHelpers.
CollectCommentBlockSpans
(leadingTrivia, spans);