1 write to offset
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1039this.offset = offset;
1 reference to offset
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1084result = writer.BeginInternalWriteBase64Text(this.buffer, this.offset, this.count, PrepareAsyncCompletion(onComplete), this);