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