5 references to FromAsyncImpl
mscorlib (5)
system\threading\Tasks\FutureFactory.cs (2)
778return FromAsyncImpl(beginMethod, endMethod, null, state, m_defaultCreationOptions); 807return FromAsyncImpl(beginMethod, endMethod, null, state, creationOptions);
system\threading\Tasks\TaskFactory.cs (3)
990return TaskFactory<VoidTaskResult>.FromAsyncImpl(beginMethod, null, endMethod, state, creationOptions); 1330return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, state, m_defaultCreationOptions); 1362return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, state, creationOptions);