20 references to CollectCommentBlockSpans
Microsoft.CodeAnalysis.CSharp.Features (20)
Structure\Providers\AccessorDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(accessorDeclaration, spans, options);
Structure\Providers\CompilationUnitStructureProvider.cs (1)
24CSharpStructureHelpers.CollectCommentBlockSpans(compilationUnit, spans, options);
Structure\Providers\ConstructorDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(constructorDeclaration, spans, options);
Structure\Providers\ConversionOperatorDeclarationStructureProvider.cs (1)
23CSharpStructureHelpers.CollectCommentBlockSpans(operatorDeclaration, spans, options);
Structure\Providers\DelegateDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(delegateDeclaration, spans, options);
Structure\Providers\DestructorDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(destructorDeclaration, spans, options);
Structure\Providers\EnumDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(enumDeclaration, spans, options);
Structure\Providers\EnumMemberDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(enumMemberDeclaration, spans, options);
Structure\Providers\EventDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(eventDeclaration, spans, options);
Structure\Providers\EventFieldDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(eventFieldDeclaration, spans, options);
Structure\Providers\FieldDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(fieldDeclaration, spans, options);
Structure\Providers\FileScopedNamespaceDeclarationStructureProvider.cs (2)
25CSharpStructureHelpers.CollectCommentBlockSpans(fileScopedNamespaceDeclaration, spans, options); 33CSharpStructureHelpers.CollectCommentBlockSpans(externsAndUsings.First(), spans, options);
Structure\Providers\IndexerDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(indexerDeclaration, spans, options);
Structure\Providers\MethodDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(methodDeclaration, spans, options);
Structure\Providers\NamespaceDeclarationStructureProvider.cs (2)
23CSharpStructureHelpers.CollectCommentBlockSpans(namespaceDeclaration, spans, options); 45CSharpStructureHelpers.CollectCommentBlockSpans(externsAndUsings.First(), spans, options);
Structure\Providers\OperatorDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(operatorDeclaration, spans, options);
Structure\Providers\PropertyDeclarationStructureProvider.cs (1)
21CSharpStructureHelpers.CollectCommentBlockSpans(propertyDeclaration, spans, options);
Structure\Providers\TypeDeclarationStructureProvider.cs (1)
23CSharpStructureHelpers.CollectCommentBlockSpans(typeDeclaration, spans, options);