1 write to count
System (1)
net\System\Net\mail\QuotedPrintableStream.cs (1)
403this.count = count;
3 references to count
System (3)
net\System\Net\mail\QuotedPrintableStream.cs (3)
416System.Diagnostics.Debug.Assert(thisPtr.written == thisPtr.count); 440this.written += this.parent.EncodeBytes(this.buffer, this.offset + this.written, this.count - this.written); 441if (this.written < this.count)