4 writes to writePending
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (4)
711
this.
writePending
= false;
772
buffer.
writePending
= false;
895
this.
writePending
= false;
908
this.
writePending
= true;
4 references to writePending
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (4)
786
if (this.
writePending
)
805
Fx.Assert(!this.
writePending
, string.Format(CultureInfo.InvariantCulture, "The buffer is in use, position={0}", this.position));
814
Fx.Assert(!this.
writePending
, string.Format(CultureInfo.InvariantCulture, "The buffer is in use, position={0}", this.position));
903
if (this.
writePending
)