3 writes to m_Event
System (3)
net\System\Net\_LazyAsyncResult.cs (3)
191if (Interlocked.CompareExchange(ref m_Event, waitHandle, null) == null) 213m_Event = null; 507m_Event = null;
6 references to m_Event
System (6)
net\System\Net\_LazyAsyncResult.cs (6)
171asyncEvent = (ManualResetEvent) m_Event; 177GlobalLog.Print("LazyAsyncResult#" + ValidationHelper.HashString(this) + "::get_AsyncWaitHandle() m_Event:" + ValidationHelper.HashString(m_Event)); 202waitHandle = (ManualResetEvent) m_Event; 356ManualResetEvent asyncEvent = (ManualResetEvent) m_Event; 481waitHandle = (ManualResetEvent) m_Event; 506ManualResetEvent oldEvent = (ManualResetEvent) m_Event;