3 writes to _event
System.Net.Requests (3)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
146if (Interlocked.CompareExchange(ref _event, waitHandle, null) == null) 169_event = null; 463_event = null;
5 references to _event
System.Net.Requests (5)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (5)
129ManualResetEvent? asyncEvent = (ManualResetEvent?)_event; 157waitHandle = (ManualResetEvent)_event; 319ManualResetEvent? asyncEvent = (ManualResetEvent?)_event; 436waitHandle = (ManualResetEvent?)_event; 462ManualResetEvent? oldEvent = (ManualResetEvent?)_event;