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