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