1 write to _toCollection
System.Net.Mail (1)
System\Net\Mail\SmtpTransport.cs (1)
257_toCollection = toCollection;
8 references to _toCollection
System.Net.Mail (8)
System\Net\Mail\SmtpTransport.cs (8)
317while (_toIndex < _toCollection.Count) 320_toCollection[_toIndex++].GetSmtpAddress(_allowUnicode) + _deliveryNotify, 330_toCollection[_toIndex - 1].GetSmtpAddress(_allowUnicode), response)); 348thisPtr._toCollection[thisPtr._toIndex - 1].GetSmtpAddress(thisPtr._allowUnicode), 351if (thisPtr._failedRecipientExceptions.Count == thisPtr._toCollection.Count) 353SmtpFailedRecipientException exception = thisPtr._toCollection.Count == 1 ? 381InvokeCallback(new SmtpFailedRecipientsException(_failedRecipientExceptions, _failedRecipientExceptions.Count == _toCollection.Count)); 404thisPtr.InvokeCallback(new SmtpFailedRecipientsException(thisPtr._failedRecipientExceptions, thisPtr._failedRecipientExceptions.Count == thisPtr._toCollection.Count));