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