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