63 references to Enter
mscorlib (30)
system\_localdatastore.cs (1)
208Monitor.Enter(m_Manager, ref tookLock);
system\_localdatastoremgr.cs (7)
105Monitor.Enter(this, ref tookLock); 127Monitor.Enter(this, ref tookLock); 150Monitor.Enter(this, ref tookLock); 220Monitor.Enter(this, ref tookLock); 247Monitor.Enter(this, ref tookLock); 276Monitor.Enter(this, ref tookLock); 297Monitor.Enter(this, ref tookLock);
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
831Monitor.Enter(tables.m_locks[lockNo], ref lockTaken); 2000Monitor.Enter(locks[i], ref lockTaken);
system\environment.cs (2)
154Monitor.Enter(rh, ref userData.m_lockWasTaken); 1269Monitor.Enter(Environment.InternalSyncObject, ref tookLock);
system\Lazy.cs (1)
382Monitor.Enter(threadSafeObj, ref lockTaken);
system\rttype.cs (2)
468Monitor.Enter(this, ref lockTaken); 1840Monitor.Enter(s_methodInstantiationsLock, ref lockTaken);
system\runtime\remoting\activationservices.cs (2)
93Monitor.Enter(configLock, ref fLocked); 897Monitor.Enter(configLock, ref fLocked);
system\runtime\remoting\channelservices.cs (3)
130Monitor.Enter(s_channelLock, ref fLocked); 238Monitor.Enter(s_channelLock, ref fLocked); 550Monitor.Enter(s_channelLock, ref fLocked);
system\runtime\remoting\remotingservices.cs (1)
307Monitor.Enter(configLock, ref fLocked);
system\runtime\remoting\serveridentity.cs (5)
88Monitor.Enter(this, ref fLocked); 110Monitor.Enter(this, ref fLocked); 206Monitor.Enter(this, ref fLocked); 363Monitor.Enter(this, ref fLocked); 392Monitor.Enter(this, ref fLocked);
system\sharedstatics.cs (3)
53Monitor.Enter(_sharedStatics, ref tookLock); 82Monitor.Enter(_sharedStatics, ref tookLock); 111Monitor.Enter(_sharedStatics, ref tookLock);
system\threading\SemaphoreSlim.cs (1)
356Monitor.Enter(m_lockObj, ref lockTaken);
System (24)
net\System\Net\_AutoWebProxyScriptWrapper.cs (3)
583Monitor.Enter(s_AppDomains.SyncRoot, ref lockHeld); 731Monitor.Enter(s_AppDomains.SyncRoot, ref lockHeld); 760Monitor.Enter(s_AppDomains.SyncRoot, ref lockHeld);
net\System\Net\WebSockets\WebSocketBase.cs (16)
786Monitor.Enter(m_ThisLock, ref lockTaken); 833Monitor.Enter(m_ThisLock, ref lockTaken); 849Monitor.Enter(m_ThisLock, ref lockTaken); 904Monitor.Enter(m_ThisLock, ref lockTaken); 953Monitor.Enter(m_ThisLock, ref lockTaken); 1062Monitor.Enter(lockObject, ref thisLockTaken); 1077Monitor.Enter(SessionHandle, ref sessionHandleLockTaken); 1078Monitor.Enter(m_ThisLock, ref thisLockTaken); 1489Monitor.Enter(m_ThisLock, ref thisLockTaken); 1547Monitor.Enter(thisPtr.SessionHandle, ref lockTaken); 1574Monitor.Enter(thisPtr.SessionHandle, ref lockTaken); 1655Monitor.Enter(m_WebSocket.SessionHandle, ref sessionHandleLockTaken); 1766Monitor.Enter(m_WebSocket.SessionHandle, ref sessionHandleLockTaken); 1786Monitor.Enter(m_WebSocket.SessionHandle, ref sessionHandleLockTaken); 1834Monitor.Enter(m_WebSocket.SessionHandle, ref sessionHandleLockTaken); 1873Monitor.Enter(m_WebSocket.SessionHandle, ref sessionHandleLockTaken);
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
480Monitor.Enter(InstanceLockObject, ref tookLock);
sys\system\collections\concurrent\ConcurrentBag.cs (4)
164Monitor.Enter(list, ref lockTaken); 249Monitor.Enter(list, ref lockTaken); 767Monitor.Enter(GlobalListsLock, ref lockTaken); 807Monitor.Enter(currentList, ref lockTaken);
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
161Monitor.Enter(ThisLock, ref lockTaken); 179Monitor.Enter(ThisLock, ref lockTaken);
System.Data (4)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (4)
74Monitor.Enter(s_dllLock, ref lockTaken); 116Monitor.Enter(s_dllLock, ref lockTaken); 157Monitor.Enter(s_dllLock, ref lockTaken); 303Monitor.Enter(s_configLock, ref lockTaken);
System.ServiceModel (2)
System\ServiceModel\Channels\Msmq.cs (1)
130Monitor.Enter(xpSendLock, ref lockHeld);
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
25Monitor.Enter(this.bufferLock, ref lockHeld);
System.Web (1)
HttpApplication.cs (1)
572Monitor.Enter(_stepManager, ref locked);