1 write to m_syncRoot
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
56
m_syncRoot ?? Interlocked.CompareExchange(ref
m_syncRoot
, new object(), null) ?? m_syncRoot;
2 references to m_syncRoot
System.Private.CoreLib (2)
src\System\Reflection\RuntimeAssembly.cs (2)
56
m_syncRoot
?? Interlocked.CompareExchange(ref m_syncRoot, new object(), null) ??
m_syncRoot
;