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