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