1 write to written
System (1)
net\System\Net\mail\QuotedPrintableStream.cs (1)
440this.written += this.parent.EncodeBytes(this.buffer, this.offset + this.written, this.count - this.written);
4 references to written
System (4)
net\System\Net\mail\QuotedPrintableStream.cs (4)
416System.Diagnostics.Debug.Assert(thisPtr.written == thisPtr.count); 440this.written += this.parent.EncodeBytes(this.buffer, this.offset + this.written, this.count - this.written); 441if (this.written < this.count)