1 write to _filterTree
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\ClsComplianceChecker.vb (1)
44Me._filterTree = filterTree
6 references to _filterTree
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\ClsComplianceChecker.vb (6)
60Return _filterTree Is Nothing AndAlso _compilation.Options.ConcurrentBuild 398If syntaxRef Is Nothing AndAlso _filterTree Is Nothing Then 401ElseIf _filterTree Is Nothing OrElse (syntaxRef IsNot Nothing AndAlso syntaxRef.SyntaxTree Is _filterTree) Then 579Return Me._filterTree IsNot Nothing AndAlso Not symbol.IsDefinedInSourceTree(Me._filterTree, Me._filterSpanWithinTree, Me._cancellationToken)