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