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