3 references to EndComment
System.Net.Mail (3)
System\Net\Mail\MailAddressParser.cs (1)
307
|| data[index] == MailBnfHelper.
EndComment
// <(comment)local@domain>
System\Net\Mail\WhitespaceReader.cs (2)
143
else if (data[index] == MailBnfHelper.
EndComment
)
206
throw new FormatException(SR.Format(SR.MailHeaderFieldInvalidCharacter, MailBnfHelper.
EndComment
));