2 instantiations of MimePartAsyncResult
System (2)
net\System\Net\mail\MimeMultiPart.cs (1)
174
MimePartAsyncResult result = new
MimePartAsyncResult
(this, state, callback);
net\System\Net\mail\MimePart.cs (1)
286
MimePartAsyncResult result = new
MimePartAsyncResult
(this, state, callback);
3 references to MimePartAsyncResult
System (3)
net\System\Net\mail\MimeBasePart.cs (1)
232
LazyAsyncResult castedAsyncResult = asyncResult as
MimePartAsyncResult
;
net\System\Net\mail\MimeMultiPart.cs (1)
174
MimePartAsyncResult
result = new MimePartAsyncResult(this, state, callback);
net\System\Net\mail\MimePart.cs (1)
286
MimePartAsyncResult
result = new MimePartAsyncResult(this, state, callback);