1 instantiation of UnprocessedDocumentationCommentFinder
Microsoft.CodeAnalysis.CSharp (1)
Compiler\UnprocessedDocumentationCommentFinder.cs (1)
33UnprocessedDocumentationCommentFinder finder = new UnprocessedDocumentationCommentFinder(diagnostics, filterSpanWithinTree, cancellationToken);
3 references to UnprocessedDocumentationCommentFinder
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (2)
120UnprocessedDocumentationCommentFinder.ReportUnprocessed(filterTree, filterSpanWithinTree, diagnosticBag, cancellationToken); 127UnprocessedDocumentationCommentFinder.ReportUnprocessed(tree, null, diagnosticBag, cancellationToken);
Compiler\UnprocessedDocumentationCommentFinder.cs (1)
33UnprocessedDocumentationCommentFinder finder = new UnprocessedDocumentationCommentFinder(diagnostics, filterSpanWithinTree, cancellationToken);