6 writes to _innerExceptions
System.Net.Mail (6)
System\Net\Mail\SmtpFailedRecipientsException.cs (6)
19_innerExceptions = Array.Empty<SmtpFailedRecipientException>(); 24_innerExceptions = Array.Empty<SmtpFailedRecipientException>(); 30_innerExceptions = smtpException == null ? Array.Empty<SmtpFailedRecipientException>() : new SmtpFailedRecipientException[] { smtpException }; 37_innerExceptions = (SmtpFailedRecipientException[])info.GetValue("innerExceptions", typeof(SmtpFailedRecipientException[]))!; 45_innerExceptions = innerExceptions ?? Array.Empty<SmtpFailedRecipientException>(); 55_innerExceptions = innerExceptions.ToArray();
2 references to _innerExceptions
System.Net.Mail (2)
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
62return _innerExceptions; 71serializationInfo.AddValue("innerExceptions", _innerExceptions, typeof(SmtpFailedRecipientException[]));