1 write to m_ThisLock
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
97m_ThisLock = new object();
28 references to m_ThisLock
System (28)
net\System\Net\WebSockets\WebSocketBase.cs (28)
229lock (m_ThisLock) 726ReleaseLock(m_ThisLock, ref thisLockTaken); 786Monitor.Enter(m_ThisLock, ref lockTaken); 811ReleaseLock(m_ThisLock, ref lockTaken); 826ReleaseLock(m_ThisLock, ref lockTaken); 833Monitor.Enter(m_ThisLock, ref lockTaken); 849Monitor.Enter(m_ThisLock, ref lockTaken); 868ResetFlagAndTakeLock(m_ThisLock, ref lockTaken); 874ResetFlagAndTakeLock(m_ThisLock, ref lockTaken); 895ReleaseLock(m_ThisLock, ref lockTaken); 904Monitor.Enter(m_ThisLock, ref lockTaken); 945ReleaseLock(m_ThisLock, ref lockTaken); 953Monitor.Enter(m_ThisLock, ref lockTaken); 979ResetFlagAndTakeLock(m_ThisLock, ref lockTaken); 985ResetFlagAndTakeLock(m_ThisLock, ref lockTaken); 1005ReleaseLock(m_ThisLock, ref lockTaken); 1074Contract.Assert(m_ThisLock != null, "'m_ThisLock' MUST NOT be NULL."); 1078Monitor.Enter(m_ThisLock, ref thisLockTaken); 1083Contract.Assert(m_ThisLock != null, "'m_ThisLock' MUST NOT be NULL."); 1096Monitor.Exit(m_ThisLock); 1113lock (m_ThisLock) 1127lock (m_ThisLock) 1141lock (m_ThisLock) 1157lock (m_ThisLock) 1489Monitor.Enter(m_ThisLock, ref thisLockTaken); 1711m_WebSocket.ResetFlagAndTakeLock(m_WebSocket.m_ThisLock, ref thisLockTaken); 1717m_WebSocket.ResetFlagAndTakeLock(m_WebSocket.m_ThisLock, ref thisLockTaken); 1727ReleaseLock(m_WebSocket.m_ThisLock, ref thisLockTaken);