3 references to EndComment
System (3)
net\System\Net\mail\MailAddressParser.cs (1)
229|| data[index] == MailBnfHelper.EndComment // <(comment)local@domain>
net\System\Net\mail\WhitespaceReader.cs (2)
121else if (data[index] == MailBnfHelper.EndComment) 162throw new FormatException(SR.GetString(SR.MailHeaderFieldInvalidCharacter, MailBnfHelper.EndComment));