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