6 references to CollectCommentBlockSpans
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Structure\CommentStructureTests.cs (1)
30CSharpStructureHelpers.CollectCommentBlockSpans(triviaList, ref result.AsRef());
Microsoft.CodeAnalysis.CSharp.Features (5)
Structure\CSharpStructureHelpers.cs (1)
249CollectCommentBlockSpans(triviaList, ref spans);
Structure\Providers\CompilationUnitStructureProvider.cs (1)
45CSharpStructureHelpers.CollectCommentBlockSpans(compilationUnit.EndOfFileToken.LeadingTrivia, ref spans);
Structure\Providers\EnumDeclarationStructureProvider.cs (1)
48CSharpStructureHelpers.CollectCommentBlockSpans(leadingTrivia, ref spans);
Structure\Providers\NamespaceDeclarationStructureProvider.cs (1)
55CSharpStructureHelpers.CollectCommentBlockSpans(
Structure\Providers\TypeDeclarationStructureProvider.cs (1)
57CSharpStructureHelpers.CollectCommentBlockSpans(leadingTrivia, ref spans);