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