1 write to _onlyDiagnosticsFromTree
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
56Me._onlyDiagnosticsFromTree = onlyDiagnosticsFromTree
3 references to _onlyDiagnosticsFromTree
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (3)
217Return Me._tree.ReportDocumentationCommentDiagnostics AndAlso Me._onlyDiagnosticsFromTree Is Nothing 547Return Me._onlyDiagnosticsFromTree Is Nothing OrElse 548loc.Kind = LocationKind.SourceFile AndAlso DirectCast(loc, SourceLocation).SourceTree Is Me._onlyDiagnosticsFromTree AndAlso