5 references to FromAsyncImpl
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (3)
909
return TaskFactory<VoidTaskResult>.
FromAsyncImpl
(beginMethod, null, endMethod, state, creationOptions);
1243
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, state, m_defaultCreationOptions);
1275
return TaskFactory<TResult>.
FromAsyncImpl
(beginMethod, endMethod, null, state, creationOptions);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (2)
720
return
FromAsyncImpl
(beginMethod, endMethod, null, state, m_defaultCreationOptions);
749
return
FromAsyncImpl
(beginMethod, endMethod, null, state, creationOptions);