1 write to _filterTree
Microsoft.CodeAnalysis.CSharp (1)
Compiler\ClsComplianceChecker.cs (1)
47_filterTree = filterTree;
7 references to _filterTree
Microsoft.CodeAnalysis.CSharp (7)
Compiler\ClsComplianceChecker.cs (7)
63private bool ConcurrentAnalysis => _filterTree == null && _compilation.Options.ConcurrentBuild; 115System.Diagnostics.Debug.Assert(warningLocation != null || !moduleDeclaredCompliance.HasValue || (i == 0 && _filterTree != null), 651if (syntaxRef == null && _filterTree == null) 656else if (_filterTree == null || (syntaxRef != null && syntaxRef.SyntaxTree == _filterTree)) 971return _filterTree != null && !symbol.IsDefinedInSourceTree(_filterTree, _filterSpanWithinTree);