20 references to ReportDocumentationCommentDiagnostics
Microsoft.CodeAnalysis.VisualBasic (20)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (11)
177
If node.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
277
Dim reportErrors As Boolean = nodes(0).SyntaxTree.
ReportDocumentationCommentDiagnostics
()
366
If element.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
422
If node.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
434
If needDiagnostic AndAlso node.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
510
If node.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
588
If trivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
654
If element.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
670
If missingNameValueError <> ERRID.ERR_None AndAlso element.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
685
If DirectCast(trivia.SyntaxTree, VisualBasicSyntaxTree).
ReportDocumentationCommentDiagnostics
() Then
703
If theOnlyDocCommentTrivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
() Then
Compilation\DocumentationComments\DocumentationCommentCompiler.Event.vb (1)
58
If docCommentTrivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
OrElse _writer.IsSpecified Then
Compilation\DocumentationComments\DocumentationCommentCompiler.Field.vb (1)
55
If docCommentTrivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
OrElse _writer.IsSpecified Then
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (2)
211
Return Me._tree.
ReportDocumentationCommentDiagnostics
217
Return Me._tree.
ReportDocumentationCommentDiagnostics
AndAlso Me._onlyDiagnosticsFromTree Is Nothing
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (1)
81
If docCommentTrivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
OrElse _writer.IsSpecified Then
Compilation\DocumentationComments\DocumentationCommentCompiler.NamedType.vb (1)
97
If theOnlyDocumentationCommentTrivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
OrElse _writer.IsSpecified Then
Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb (1)
59
If docCommentTrivia.SyntaxTree.
ReportDocumentationCommentDiagnostics
OrElse _writer.IsSpecified Then
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
55
Me._reportDiagnostics = syntaxTree.
ReportDocumentationCommentDiagnostics
()
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (1)
44
If tree.
ReportDocumentationCommentDiagnostics
() Then