2 writes to _handle
System.Net.HttpListener (2)
System\Net\Managed\ListenerAsyncResult.Managed.cs (2)
164
_forward.
_handle
= _handle;
221
_handle
??= new ManualResetEvent(_completed);
5 references to _handle
System.Net.HttpListener (5)
System\Net\Managed\ListenerAsyncResult.Managed.cs (5)
74
_handle
?.Set();
163
if (
_handle
!= null)
164
_forward._handle =
_handle
;
179
_handle
?.Set();
224
return
_handle
;