1 write to count
System (1)
net\System\Net\mail\QEncodedStream.cs (1)
371this.count = count;
3 references to count
System (3)
net\System\Net\mail\QEncodedStream.cs (3)
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)