359 references to Monitor
mscorlib (87)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (6)
121MethodInfo MonitorEnterMethod = typeof(Monitor).GetMethod( "Enter", MonitorEnterParamTypes, null );
126MethodInfo MonitorExitMethod = typeof(Monitor).GetMethod( "Exit", aParamTypes, null );
273MethodInfo MonitorEnterMethod = typeof(Monitor).GetMethod("Enter", MonitorEnterParamTypes, null);
278MethodInfo MonitorExitMethod = typeof(Monitor).GetMethod( "Exit", aParamTypes, null );
611MethodInfo MonitorEnterMethod = typeof(Monitor).GetMethod("Enter", MonitorEnterParamTypes, null);
617MethodInfo MonitorExitMethod = typeof(Monitor).GetMethod( "Exit", aParamTypes, null );
PresentationFramework (2)
SMSvcHost (2)
System (54)
net\System\Net\WebSockets\WebSocketBase.cs (19)
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);
1096Monitor.Exit(m_ThisLock);
1102Monitor.Exit(SessionHandle);
1178Monitor.Exit(lockObject);
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);
System.Activities (4)
System.Activities.DurableInstancing (8)
System.Activities.Presentation (5)
System.Configuration (2)
System.Core (7)
System.Data (26)
System.Data.Entity (4)
System.IdentityModel (2)
System.IO.Log (4)
System.Messaging (2)
System.Runtime.Serialization (2)
System.ServiceModel (12)
System.ServiceModel.Activation (2)
System.ServiceModel.Activities (2)
System.ServiceModel.Channels (2)
System.ServiceModel.Discovery (2)
System.ServiceModel.Internals (8)
System.ServiceModel.Routing (2)
System.ServiceModel.Web (2)
System.Transactions (74)
System.Web (13)
System.Workflow.Runtime (12)
System.WorkflowServices (2)
System.Xaml.Hosting (2)
System.Xml (11)
XamlBuildTask (2)