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