14 references to s_TypeMapLock
System.Data.Entity (14)
System\Data\Objects\Internal\EntityProxyFactory.cs (14)
104s_TypeMapLock.EnterReadLock(); 111s_TypeMapLock.ExitReadLock(); 117s_TypeMapLock.EnterReadLock(); 124s_TypeMapLock.ExitReadLock(); 174s_TypeMapLock.EnterUpgradeableReadLock(); 181s_TypeMapLock.ExitUpgradeableReadLock(); 218s_TypeMapLock.EnterUpgradeableReadLock(); 229s_TypeMapLock.ExitUpgradeableReadLock(); 235Debug.Assert(s_TypeMapLock.IsUpgradeableReadLockHeld, "EntityProxyTypeInfo.TryCreateProxyType method was called without first acquiring an upgradeable read lock from s_TypeMapLock."); 247s_TypeMapLock.EnterWriteLock(); 259s_TypeMapLock.ExitWriteLock(); 293s_TypeMapLock.EnterReadLock(); 303s_TypeMapLock.ExitReadLock(); 391Debug.Assert(s_TypeMapLock.IsUpgradeableReadLockHeld, "EntityProxyTypeInfo.BuildType method was called without first acquiring an upgradeable read lock from s_TypeMapLock.");