6 references to AppendCRLF
System (6)
net\System\Net\mail\Base64Stream.cs (2)
260WriteState.AppendCRLF(shouldAppendSpaceToCRLF); 280WriteState.AppendCRLF(shouldAppendSpaceToCRLF);
net\System\Net\mail\EightBitStream.cs (1)
142WriteState.AppendCRLF(false); // Resets CurrentLineLength to 0
net\System\Net\mail\QEncodedStream.cs (1)
242WriteState.AppendCRLF(true);
net\System\Net\mail\QuotedPrintableStream.cs (2)
257WriteState.AppendCRLF(false); 275WriteState.AppendCRLF(false);