2 writes to timedOutRequests
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
175this.timedOutRequests = new List<ICorrelatorKey>(); 603this.timedOutRequests = null;
9 references to timedOutRequests
System.ServiceModel (9)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (9)
173if (this.timedOutRequests == null) 177return this.timedOutRequests; 587if (this.timedOutRequests != null) 589this.timedOutRequests.Remove(request); 596if (this.timedOutRequests != null && this.timedOutRequests.Count > 0) 600if (this.timedOutRequests != null && this.timedOutRequests.Count > 0) 602array = this.timedOutRequests.ToArray();