3 writes to closed
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
197this.closed = true; 285this.closed = true; 395this.closed = true;
13 references to closed
System.ServiceModel (13)
System\ServiceModel\Channels\TransmissionStrategy.cs (13)
194if (this.closed) 282if (this.closed) 304if (this.closed || this.waitQueue.Count == 0) 340return (!this.aborted && !this.closed); 351if (this.closed) 372if (!this.closed && (this.window.Count > 0)) 392if (this.closed) 411if (this.closed) 552if (this.closed) 582if (this.closed) 650if (this.closed) 669if (this.closed) 812if (this.closed)