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