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