1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
718
this.
writer
= writer;
5 references to writer
System.Runtime.Serialization (5)
System\Xml\XmlStreamNodeWriter.cs (5)
742
result = this.
writer
.stream.BeginWrite(
writer
.buffer, 0,
writer
.offset, PrepareAsyncCompletion(onComplete), this);
749
this.
writer
.stream.EndWrite(result);
750
this.
writer
.offset = 0;