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