5 references to HasCROrLF
System.Net.Mail (5)
System\Net\Mail\MailAddressParser.cs (1)
75if (index == data.Length - 1 && MailBnfHelper.HasCROrLF(data))
System\Net\Mail\MailPriority.cs (2)
157if (value != null && MailBnfHelper.HasCROrLF(value)) 430&& !MailBnfHelper.HasCROrLF(values[j])))
System\Net\Mime\ContentDisposition.cs (1)
231else if ((allowUnicode && !MailBnfHelper.HasCROrLF(value)) // Unicode without CL or LF's
System\Net\Mime\ContentType.cs (1)
199else if ((allowUnicode && !MailBnfHelper.HasCROrLF(value)) // Unicode without CL or LF's