2 references to IsCRLF
System.Net.Mail (2)
System\Net\Mime\ByteEncoder.cs (2)
33if (_hasSpecialEncodingForCRLF && IsCRLF(buffer, cur, count + offset)) 135return count == 2 && IsCRLF(bytes, 0, count);