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