1 write to _forward
System.Net.HttpListener (1)
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
161_forward = (ListenerAsyncResult)ares;
21 references to _forward
System.Net.HttpListener (21)
System\Net\Managed\ListenerAsyncResult.Managed.cs (21)
64if (_forward != null) 66_forward.Complete(exc); 86if (ares._forward != null) 88InvokeCallback(ares._forward); 107if (_forward != null) 109_forward.Complete(context, synch); 162lock (_forward._locker) 165_forward._handle = _handle; 167ListenerAsyncResult next = _forward; 168for (int i = 0; next._forward != null; i++) 172next = next._forward; 190if (_forward != null) 192return _forward.GetContext(); 207if (_forward != null) 208return _forward.AsyncState; 217if (_forward != null) 218return _forward.AsyncWaitHandle; 233if (_forward != null) 234return _forward.CompletedSynchronously; 243if (_forward != null) 244return _forward.IsCompleted;