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