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