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