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