1 write to toCollection
System (1)
net\System\Net\mail\SmtpTransport.cs (1)
378this.toCollection = toCollection;
8 references to toCollection
System (8)
net\System\Net\mail\SmtpTransport.cs (8)
437while (toIndex < toCollection.Count) 440toCollection[toIndex++].GetSmtpAddress(allowUnicode) + deliveryNotify, 449toCollection[toIndex - 1].GetSmtpAddress(allowUnicode), response)); 467thisPtr.toCollection[thisPtr.toIndex - 1].GetSmtpAddress(thisPtr.allowUnicode), 470if (thisPtr.failedRecipientExceptions.Count == thisPtr.toCollection.Count) 473if (thisPtr.toCollection.Count == 1) 506InvokeCallback(new SmtpFailedRecipientsException(failedRecipientExceptions, failedRecipientExceptions.Count == toCollection.Count)); 529thisPtr.InvokeCallback(new SmtpFailedRecipientsException(thisPtr.failedRecipientExceptions, thisPtr.failedRecipientExceptions.Count == thisPtr.toCollection.Count));