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