1 write to _treeCallbackSet
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\CommonDiagnosticAnalyzers.cs (1)
1648_treeCallbackSet = new HashSet<SyntaxTree>(SyntaxTreeComparer.Instance);
3 references to _treeCallbackSet
Microsoft.CodeAnalysis.Test.Utilities (3)
Diagnostics\CommonDiagnosticAnalyzers.cs (3)
1656lock (_treeCallbackSet) 1658if (!_treeCallbackSet.Add(tree)) 1723if (_treeCallbackSet.Count != endContext.Compilation.SyntaxTrees.Count())