1 write to lineLength
System (1)
net\System\Net\mail\QuotedPrintableStream.cs (1)
76this.lineLength = lineLength;
3 references to lineLength
System (3)
net\System\Net\mail\QuotedPrintableStream.cs (3)
100this.writeState = new WriteStateInfoBase(1024, null, null, lineLength); 249if ((lineLength != -1 && WriteState.CurrentLineLength + sizeOfEncodedChar + 2 >= this.lineLength && (buffer[cur] == ' ' ||