4 references to _dynamicGenericsLock
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (2)
352
using (
_dynamicGenericsLock
.EnterScope())
405
using (
_dynamicGenericsLock
.EnterScope())
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (1)
31
using (
_dynamicGenericsLock
.EnterScope())
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
228
using (
_dynamicGenericsLock
.EnterScope())