3 writes to closed
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
173this.closed = true; 193this.closed = true; 214this.closed = true;
3 references to closed
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
183if (this.closed || this.currentCount == 0) 211if (this.closed) 250if (this.closed)