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)
317
while (_toIndex <
_toCollection
.Count)
320
_toCollection
[_toIndex++].GetSmtpAddress(_allowUnicode) + _deliveryNotify,
330
_toCollection
[_toIndex - 1].GetSmtpAddress(_allowUnicode), response));
348
thisPtr.
_toCollection
[thisPtr._toIndex - 1].GetSmtpAddress(thisPtr._allowUnicode),
351
if (thisPtr._failedRecipientExceptions.Count == thisPtr.
_toCollection
.Count)
353
SmtpFailedRecipientException exception = thisPtr.
_toCollection
.Count == 1 ?
381
InvokeCallback(new SmtpFailedRecipientsException(_failedRecipientExceptions, _failedRecipientExceptions.Count ==
_toCollection
.Count));
404
thisPtr.InvokeCallback(new SmtpFailedRecipientsException(thisPtr._failedRecipientExceptions, thisPtr._failedRecipientExceptions.Count == thisPtr.
_toCollection
.Count));