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