4 writes to m_RegisteredWait
System (4)
net\System\Net\Sockets\Socket.cs (4)
2915
if (Interlocked.Exchange(ref
m_RegisteredWait
, null) == null)
7463
m_RegisteredWait
= null;
7541
m_RegisteredWait
= ThreadPool.UnsafeRegisterWaitForSingleObject(m_AsyncEvent, s_RegisteredWaitCallback, this, Timeout.Infinite, true);
7594
if (Interlocked.Exchange(ref me.
m_RegisteredWait
, null) != null)
3 references to m_RegisteredWait
System (3)
net\System\Net\Sockets\Socket.cs (3)
7460
RegisteredWaitHandle registeredWait =
m_RegisteredWait
;
7512
GlobalLog.Assert(
m_RegisteredWait
== null, "Socket#{0}::SetAsyncEventSelect|Already actively waiting on an op.", ValidationHelper.HashString(this));
7516
if (
m_RegisteredWait
!= null)