2 writes to offset
System.Runtime.Serialization (2)
System\Xml\XmlUTF8TextWriter.cs (2)
1116this.offset = offset; 1176this.offset += byteCount;
2 references to offset
System.Runtime.Serialization (2)
System\Xml\XmlUTF8TextWriter.cs (2)
1175writer.Advance(encoding.GetChars(this.buffer, this.offset, byteCount, chars, charOffset)); 1195writer.Advance(encoding.GetChars(this.buffer, this.offset, this.count, chars, charOffset));