9 references to ReportDocumentationCommentDiagnostics
Microsoft.CodeAnalysis.CSharp (9)
Compiler\DocumentationCommentCompiler.cs (3)
386
Debug.Assert(location.SourceTree!.
ReportDocumentationCommentDiagnostics
()); //Should be the same tree as for the symbol.
401
Debug.Assert(location.SourceTree!.
ReportDocumentationCommentDiagnostics
()); //Should be the same tree as for the symbol.
603
if (location.SourceTree.
ReportDocumentationCommentDiagnostics
())
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
142
bool diagnose = node.SyntaxTree.
ReportDocumentationCommentDiagnostics
();
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
271
bool diagnose = originatingSyntax.SyntaxTree.
ReportDocumentationCommentDiagnostics
();
636
if (treelessSyntax.ContainsDiagnostics && sourceLocation.SourceTree.
ReportDocumentationCommentDiagnostics
())
652
if (sourceLocation.SourceTree.
ReportDocumentationCommentDiagnostics
())
Compiler\UnprocessedDocumentationCommentFinder.cs (1)
31
if (tree.
ReportDocumentationCommentDiagnostics
())
DocumentationComments\SourceDocumentationCommentUtils.cs (1)
77
if (tree.
ReportDocumentationCommentDiagnostics
())