5 references to FromAsyncImpl
mscorlib (5)
system\threading\Tasks\FutureFactory.cs (2)
910
return
FromAsyncImpl
(beginMethod, endMethod, null, arg1, state, m_defaultCreationOptions);
944
return
FromAsyncImpl
(beginMethod, endMethod, null, arg1, state, creationOptions);
system\threading\Tasks\TaskFactory.cs (3)
1056
return TaskFactory<VoidTaskResult>.
FromAsyncImpl
(beginMethod, null, endMethod, arg1, state, creationOptions);
1393
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, arg1, state, m_defaultCreationOptions);
1428
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, arg1, state, creationOptions);