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)
133
if (!
_typeLoaderLock
.IsHeldByCurrentThread)
141
using (
_typeLoaderLock
.EnterScope())
172
using (
_typeLoaderLock
.EnterScope())
231
using (
_typeLoaderLock
.EnterScope())
242
using (
_typeLoaderLock
.EnterScope())
281
using (
_typeLoaderLock
.EnterScope())
323
using (
_typeLoaderLock
.EnterScope())
352
using (
_typeLoaderLock
.EnterScope())
399
using (
_typeLoaderLock
.EnterScope())