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