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