24 references to InvokeCallback
System.Net.Mail (24)
System\Net\Mail\MailPriority.cs (1)
261context._result.InvokeCallback(e);
System\Net\Mail\SmtpClient.cs (1)
873operationCompletedResult.InvokeCallback(exception);
System\Net\Mail\SmtpConnection.cs (10)
445InvokeCallback(e); 464thisPtr.InvokeCallback(e); 514thisPtr.InvokeCallback(new SmtpException(info.StatusCode, info.Line, true)); 532thisPtr.InvokeCallback(e); 632thisPtr.InvokeCallback(e); 663thisPtr.InvokeCallback(e); 692thisPtr.InvokeCallback(e); 734thisPtr.InvokeCallback(e); 820thisPtr.InvokeCallback(e); 886thisPtr.InvokeCallback(e);
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
443thisPtr.InvokeCallback(exception);
System\Net\Mail\SmtpTransport.cs (8)
310thisPtr.InvokeCallback(e); 357thisPtr.InvokeCallback(exception); 365thisPtr.InvokeCallback(e); 381InvokeCallback(new SmtpFailedRecipientsException(_failedRecipientExceptions, _failedRecipientExceptions.Count == _toCollection.Count)); 385InvokeCallback(_failedRecipientExceptions[0]); 404thisPtr.InvokeCallback(new SmtpFailedRecipientsException(thisPtr._failedRecipientExceptions, thisPtr._failedRecipientExceptions.Count == thisPtr._toCollection.Count)); 408thisPtr.InvokeCallback(thisPtr._failedRecipientExceptions[0]); 417thisPtr.InvokeCallback(e);
System\Net\Mime\MimeMultiPart.cs (1)
67context._result.InvokeCallback(e);
System\Net\Mime\MimePart.cs (1)
163context._result.InvokeCallback(e);
System\Net\Mime\MultiAsyncResult.cs (1)
34InvokeCallback(Result);