1 write to written
System (1)
net\System\Net\mail\Base64Stream.cs (1)
523
this.
written
+= this.parent.EncodeBytes(this.buffer, this.offset + this.written,
4 references to written
System (4)
net\System\Net\mail\Base64Stream.cs (4)
523
this.written += this.parent.EncodeBytes(this.buffer, this.offset + this.
written
,
524
this.count - this.
written
, false, false);
525
if (this.
written
< this.count)
569
Debug.Assert(thisPtr.
written
== thisPtr.count);