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