1 write to _mergedRoot
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
108
Interlocked.CompareExchange(ref
_mergedRoot
, CalculateMergedRoot(compilation), null);
2 references to _mergedRoot
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTable.cs (2)
106
if (
_mergedRoot
== null)
110
return
_mergedRoot
;