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