4 references to MaxLineLength
System (4)
net\System\Net\mail\Base64Stream.cs (2)
59this.lineLength = writeStateInfo.MaxLineLength; 71this.lineLength = writeStateInfo.MaxLineLength;
net\System\Net\mail\QEncodedStream.cs (2)
236((WriteState.CurrentLineLength + sizeOfFoldingCRLF + WriteState.FooterLength >= WriteState.MaxLineLength) 239|| (WriteState.CurrentLineLength + writeState.FooterLength >= WriteState.MaxLineLength)