2 writes to bufferReturned
System.ServiceModel.Internals (2)
System\Runtime\BufferedOutputStream.cs (2)
172
this.
bufferReturned
= false;
239
this.
bufferReturned
= true;
3 references to bufferReturned
System.ServiceModel.Internals (3)
System\Runtime\BufferedOutputStream.cs (3)
215
Fx.Assert(!this.
bufferReturned
, "ToArray cannot be called more than once");
261
Fx.Assert(!this.
bufferReturned
, "Cannot write to stream once ToArray has been called.");
306
Fx.Assert(!this.
bufferReturned
, "Cannot write to stream once ToArray has been called.");