12 references to _typeLoaderLock
System.Private.TypeLoader (12)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
329
using (
_typeLoaderLock
.EnterScope())
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (1)
130
Debug.Assert(
_typeLoaderLock
.IsHeldByCurrentThread);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
219
Debug.Assert(
_typeLoaderLock
.IsHeldByCurrentThread);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (9)
125
if (!
_typeLoaderLock
.IsHeldByCurrentThread)
133
using (
_typeLoaderLock
.EnterScope())
164
using (
_typeLoaderLock
.EnterScope())
223
using (
_typeLoaderLock
.EnterScope())
234
using (
_typeLoaderLock
.EnterScope())
273
using (
_typeLoaderLock
.EnterScope())
315
using (
_typeLoaderLock
.EnterScope())
344
using (
_typeLoaderLock
.EnterScope())
391
using (
_typeLoaderLock
.EnterScope())