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(); 163if (_handle != null) 164_forward._handle = _handle; 179_handle?.Set(); 224return _handle;