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