7 references to Dot
System.Net.Mail (7)
System\Net\Mail\DotAtomReader.cs (7)
48
&& ((data[index] != MailBnfHelper.
Dot
&& !MailBnfHelper.Atext[data[index]])
49
|| (data[index] == MailBnfHelper.
Dot
&& index > 0 && data[index - 1] == MailBnfHelper.
Dot
))) // Invalid char
68
else if (index > 0 && data[index] == MailBnfHelper.
Dot
&& data[index - 1] == MailBnfHelper.
Dot
)
81
else if (data[index + 1] == MailBnfHelper.
Dot
)
85
throw new FormatException(SR.Format(SR.MailHeaderFieldInvalidCharacter, MailBnfHelper.
Dot
));