1 write to offset
System (1)
net\System\Net\mail\QuotedPrintableStream.cs (1)
402this.offset = offset;
1 reference to offset
System (1)
net\System\Net\mail\QuotedPrintableStream.cs (1)
440this.written += this.parent.EncodeBytes(this.buffer, this.offset + this.written, this.count - this.written);