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(); 164if (_handle != null) 165_forward._handle = _handle; 180_handle?.Set(); 225return _handle;