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)
143else if (data[index] == MailBnfHelper.EndComment) 206throw new FormatException(SR.Format(SR.MailHeaderFieldInvalidCharacter, MailBnfHelper.EndComment));