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