5 references to ReportDocumentationCommentDiagnostics
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
685
If DirectCast(trivia.SyntaxTree, VisualBasicSyntaxTree).
ReportDocumentationCommentDiagnostics
() Then
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (2)
211
Return Me._tree.
ReportDocumentationCommentDiagnostics
217
Return Me._tree.
ReportDocumentationCommentDiagnostics
AndAlso Me._onlyDiagnosticsFromTree Is Nothing
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
55
Me._reportDiagnostics = syntaxTree.
ReportDocumentationCommentDiagnostics
()
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (1)
44
If tree.
ReportDocumentationCommentDiagnostics
() Then