5 references to FromAsyncImpl
mscorlib (5)
system\threading\Tasks\FutureFactory.cs (2)
1051
return
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, state, m_defaultCreationOptions);
1089
return
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, state, creationOptions);
system\threading\Tasks\TaskFactory.cs (3)
1129
return TaskFactory<VoidTaskResult>.
FromAsyncImpl
(beginMethod, null, endMethod, arg1, arg2, state, creationOptions);
1462
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, state, m_defaultCreationOptions);
1502
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, arg1, arg2, state, creationOptions);