1 write to _forward
System.Net.HttpListener (1)
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
160_forward = (ListenerAsyncResult)ares;
21 references to _forward
System.Net.HttpListener (21)
System\Net\Managed\ListenerAsyncResult.Managed.cs (21)
63if (_forward != null) 65_forward.Complete(exc); 85if (ares._forward != null) 87InvokeCallback(ares._forward); 106if (_forward != null) 108_forward.Complete(context, synch); 161lock (_forward._locker) 164_forward._handle = _handle; 166ListenerAsyncResult next = _forward; 167for (int i = 0; next._forward != null; i++) 171next = next._forward; 189if (_forward != null) 191return _forward.GetContext(); 206if (_forward != null) 207return _forward.AsyncState; 216if (_forward != null) 217return _forward.AsyncWaitHandle; 232if (_forward != null) 233return _forward.CompletedSynchronously; 242if (_forward != null) 243return _forward.IsCompleted;