7 references to Quote
System (7)
net\System\Net\mail\MailAddressParser.cs (4)
215
if (data[index] == MailBnfHelper.
Quote
)
234
|| data[index] == MailBnfHelper.
Quote
// "display"local@domain
277
if (firstNonCommentIndex >= 0 && data[firstNonCommentIndex] == MailBnfHelper.
Quote
)
282
Debug.Assert(data[index + 1] == MailBnfHelper.
Quote
, "Mis-alligned index: " + index);
net\System\Net\mail\QuotedStringFormatReader.cs (3)
43
Debug.Assert(data[index] == MailBnfHelper.
Quote
, "Initial char at index " + index + " was not a quote.");
65
else if (data[index] == MailBnfHelper.
Quote
)
84
throw new FormatException(SR.GetString(SR.MailHeaderFieldInvalidCharacter, MailBnfHelper.
Quote
));