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