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