12 references to _typeLoaderLock
System.Private.TypeLoader (12)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
329using (_typeLoaderLock.EnterScope())
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (1)
130Debug.Assert(_typeLoaderLock.IsHeldByCurrentThread);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
219Debug.Assert(_typeLoaderLock.IsHeldByCurrentThread);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (9)
133if (!_typeLoaderLock.IsHeldByCurrentThread) 141using (_typeLoaderLock.EnterScope()) 172using (_typeLoaderLock.EnterScope()) 231using (_typeLoaderLock.EnterScope()) 242using (_typeLoaderLock.EnterScope()) 281using (_typeLoaderLock.EnterScope()) 323using (_typeLoaderLock.EnterScope()) 352using (_typeLoaderLock.EnterScope()) 399using (_typeLoaderLock.EnterScope())