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