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