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; 122System.Diagnostics.Debug.Assert(warningLocation != null || !moduleDeclaredCompliance.HasValue || (i == 0 && _filterTree != null), 658if (syntaxRef == null && _filterTree == null) 663else if (_filterTree == null || (syntaxRef != null && syntaxRef.SyntaxTree == _filterTree)) 978return _filterTree != null && !symbol.IsDefinedInSourceTree(_filterTree, _filterSpanWithinTree);