1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
391
this.
writer
= writer;
7 references to writer
System.Runtime.Serialization (7)
System\Xml\XmlStreamNodeWriter.cs (7)
432
result =
writer
.BeginGetBuffer(this.byteCount, PrepareAsyncCompletion(onHandleGetBufferComplete), this);
440
byte[] buffer =
writer
.EndGetBuffer(result, out offset);
443
writer
.Advance(this.byteCount);
452
result =
writer
.BeginFlushBuffer(PrepareAsyncCompletion(onHandleFlushBufferComplete), this);
459
writer
.EndFlushBuffer(result);
467
result =
writer
.stream.BeginWrite(this.byteBuffer, this.byteOffset, this.byteCount, PrepareAsyncCompletion(onHandleWrite), this);
474
writer
.stream.EndWrite(result);