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)
1656
lock (
_treeCallbackSet
)
1658
if (!
_treeCallbackSet
.Add(tree))
1723
if (
_treeCallbackSet
.Count != endContext.Compilation.SyntaxTrees.Count())