4 references to TryNormalizeOrThrow
System.Net.Mail (4)
System\Net\Mail\MailAddress.cs (1)
138
if (!MailAddressParser.
TryNormalizeOrThrow
(displayName, out displayName, throwExceptionIfFail))
System\Net\Mail\MailAddressParser.cs (3)
248
if (!
TryNormalizeOrThrow
(domain, out domain, throwExceptionIfFail))
335
if (!
TryNormalizeOrThrow
(localPart, out localPart, throwExceptionIfFail))
428
if (!
TryNormalizeOrThrow
(displayName, out displayName, throwExceptionIfFail))