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)
125if (!_typeLoaderLock.IsHeldByCurrentThread) 133using (_typeLoaderLock.EnterScope()) 164using (_typeLoaderLock.EnterScope()) 223using (_typeLoaderLock.EnterScope()) 234using (_typeLoaderLock.EnterScope()) 273using (_typeLoaderLock.EnterScope()) 315using (_typeLoaderLock.EnterScope()) 344using (_typeLoaderLock.EnterScope()) 391using (_typeLoaderLock.EnterScope())