3 writes to offset
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
2497
this.
offset
= inputState.Arguments.Offset;
2513
this.writer.trailBytes[this.writer.trailByteCount++] = this.buffer[this.
offset
++];
2641
this.
offset
= 0;
4 references to offset
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
2531
this.writer.WriteAttributeText(XmlConverter.Base64Encoding.GetString(this.buffer, this.
offset
, actualByteCount - this.writer.trailByteCount));
2539
Buffer.BlockCopy(this.buffer, this.
offset
, this.writer.trailBytes, this.writer.trailByteCount, this.count);
2611
this.nodeWriterArgs.Offset = this.
offset
;
2629
int trailOffset =
offset
+ count - this.writer.trailByteCount;