3 references to _threadStaticsLock
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.StaticsLookup.cs (3)
147
using (
_threadStaticsLock
.EnterScope())
170
_threadStaticsLock
.Enter();
190
_threadStaticsLock
.Exit();