1 write to m_syncRoot
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
61
Interlocked.CompareExchange<object?>(ref
m_syncRoot
, new object(), null);
2 references to m_syncRoot
System.Private.CoreLib (2)
src\System\Reflection\RuntimeAssembly.cs (2)
59
if (
m_syncRoot
== null)
63
return
m_syncRoot
;