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