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)
1766
lock (
_treeCallbackSet
)
1768
if (!
_treeCallbackSet
.Add(tree))
1833
if (
_treeCallbackSet
.Count != endContext.Compilation.SyntaxTrees.Count())