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