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)
262
if (!
TryNormalizeOrThrow
(domain, out domain, throwExceptionIfFail))
349
if (!
TryNormalizeOrThrow
(localPart, out localPart, throwExceptionIfFail))
442
if (!
TryNormalizeOrThrow
(displayName, out displayName, throwExceptionIfFail))