2 writes to pendingCompletion
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
657this.pendingCompletion = true; 673this.pendingCompletion = false;
3 references to pendingCompletion
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
550Fx.Assert(!this.pendingCompletion, "Dequeue cannot be invoked when there is a pending completion"); 653Fx.Assert(!this.pendingCompletion, "There is already a completion pending."); 671if (this.pendingCompletion && this.count > 0)