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