2 instantiations of MimePartAsyncResult
System.Net.Mail (2)
System\Net\Mime\MimeMultiPart.cs (1)
193
MimePartAsyncResult result = new
MimePartAsyncResult
(this, state, callback);
System\Net\Mime\MimePart.cs (1)
310
MimePartAsyncResult result = new
MimePartAsyncResult
(this, state, callback);
3 references to MimePartAsyncResult
System.Net.Mail (3)
System\Net\Mime\MimeBasePart.cs (1)
204
LazyAsyncResult? castedAsyncResult = asyncResult as
MimePartAsyncResult
;
System\Net\Mime\MimeMultiPart.cs (1)
193
MimePartAsyncResult
result = new MimePartAsyncResult(this, state, callback);
System\Net\Mime\MimePart.cs (1)
310
MimePartAsyncResult
result = new MimePartAsyncResult(this, state, callback);