6 references to AppendCRLF
System.Net.Mail (6)
System\Net\Mime\ByteEncoder.cs (2)
30WriteState.AppendCRLF(shouldAppendSpaceToCRLF); 90WriteState.AppendCRLF(true);
System\Net\Mime\EightBitStream.cs (2)
110WriteState.AppendCRLF(false); // Resets CurrentLineLength to 0 126WriteState.AppendCRLF(false); // Resets CurrentLineLength to 0
System\Net\Mime\QuotedPrintableStream.cs (2)
220WriteState.AppendCRLF(false); 242WriteState.AppendCRLF(false);