1 write to byteBuffer
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
388this.byteBuffer = byteBuffer;
2 references to byteBuffer
System.Runtime.Serialization (2)
System\Xml\XmlStreamNodeWriter.cs (2)
442Buffer.BlockCopy(this.byteBuffer, this.byteOffset, buffer, offset, this.byteCount); 467result = writer.stream.BeginWrite(this.byteBuffer, this.byteOffset, this.byteCount, PrepareAsyncCompletion(onHandleWrite), this);