1 write to _filterTree
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
65
_filterTree
= filterTree;
4 references to _filterTree
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
221
if (
_filterTree
!= null && !symbol.IsDefinedInSourceTree(
_filterTree
, _filterSpanWithinTree))
392
if (
_filterTree
!= null && !symbol.IsDefinedInSourceTree(
_filterTree
, _filterSpanWithinTree))