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