1 write to s_methodInstantiationsLock
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1683Interlocked.CompareExchange(ref s_methodInstantiationsLock!, new object(), null);
3 references to s_methodInstantiationsLock
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
1682if (s_methodInstantiationsLock == null) 1688Monitor.Enter(s_methodInstantiationsLock, ref lockTaken); 1709Monitor.Exit(s_methodInstantiationsLock);