5 references to FromAsyncImpl
mscorlib (5)
system\threading\Tasks\FutureFactory.cs (2)
1199
return
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, arg3, state, m_defaultCreationOptions);
1241
return
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, arg3, state, creationOptions);
system\threading\Tasks\TaskFactory.cs (3)
1210
return TaskFactory<VoidTaskResult>.
FromAsyncImpl
<TArg1, TArg2, TArg3>(beginMethod, null, endMethod, arg1, arg2, arg3, state, creationOptions);
1541
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, arg3, state, m_defaultCreationOptions);
1585
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, arg3, state, creationOptions);