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