1 write to s_methodInstantiationsLock
mscorlib (1)
system\rttype.cs (1)
1834Interlocked.CompareExchange(ref s_methodInstantiationsLock, new Object(), null);
3 references to s_methodInstantiationsLock
mscorlib (3)
system\rttype.cs (3)
1833if (s_methodInstantiationsLock == null) 1840Monitor.Enter(s_methodInstantiationsLock, ref lockTaken); 1861Monitor.Exit(s_methodInstantiationsLock);