1 write to _handle
System.Net.HttpListener (1)
System\Net\Managed\HttpStreamAsyncResult.cs (1)
90
_handle
??= new ManualResetEvent(_completed);
2 references to _handle
System.Net.HttpListener (2)
System\Net\Managed\HttpStreamAsyncResult.cs (2)
72
_handle
?.Set();
93
return
_handle
;