2 writes to initialized
System.ServiceModel.Internals (2)
System\Runtime\BufferedOutputStream.cs (2)
108
this.
initialized
= true;
171
this.
initialized
= false;
4 references to initialized
System.ServiceModel.Internals (4)
System\Runtime\BufferedOutputStream.cs (4)
99
Fx.Assert(!this.
initialized
, "Clear must be called before re-initializing stream");
214
Fx.Assert(this.
initialized
, "No data to return from uninitialized stream");
260
Fx.Assert(this.
initialized
, "Cannot write to uninitialized stream");
305
Fx.Assert(this.
initialized
, "Cannot write to uninitialized stream");