2 writes to closed
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
251this.closed = true; 284this.closed = true;
3 references to closed
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableOutputConnection.cs (3)
88return this.closed; 250completeTransfer = !this.closed; 283completeTransfer = !this.closed;