3 writes to requests
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
161this.requests = new List<IDuplexRequest>(); 216this.requests = null; 568this.requests = null;
6 references to requests
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (6)
160if (this.requests == null) 162return this.requests; 213if (this.requests != null) 215array = this.requests.ToArray(); 570else if ((request != null) && (this.requests != null)) 572this.requests.Remove(request);