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