2 writes to _handle
System.Net.HttpListener (2)
System\Net\Managed\ListenerAsyncResult.Managed.cs (2)
165
_forward.
_handle
= _handle;
222
_handle
??= new ManualResetEvent(_completed);
5 references to _handle
System.Net.HttpListener (5)
System\Net\Managed\ListenerAsyncResult.Managed.cs (5)
75
_handle
?.Set();
164
if (
_handle
!= null)
165
_forward._handle =
_handle
;
180
_handle
?.Set();
225
return
_handle
;