1 write to byteOffset
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
389
this.
byteOffset
= byteOffset;
2 references to byteOffset
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);