1 instantiation of SendMailAsyncResult
System.Net.Mail (1)
System\Net\Mail\SmtpTransport.cs (1)
155
SendMailAsyncResult result = new
SendMailAsyncResult
(_connection!, sender, recipients,
12 references to SendMailAsyncResult
System.Net.Mail (12)
System\Net\Mail\SmtpClient.cs (2)
914
SendMailAsyncResult
sendResult = (
SendMailAsyncResult
)result;
System\Net\Mail\SmtpTransport.cs (10)
155
SendMailAsyncResult
result = new SendMailAsyncResult(_connection!, sender, recipients,
186
return
SendMailAsyncResult
.End(result);
271
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result;
302
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result.AsyncState!;
340
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result.AsyncState!;
397
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result.AsyncState!;