5 references to FromAsyncImpl
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (3)
975return TaskFactory<VoidTaskResult>.FromAsyncImpl(beginMethod, null, endMethod, arg1, state, creationOptions); 1306return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, arg1, state, m_defaultCreationOptions); 1341return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, arg1, state, creationOptions);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (2)
832return FromAsyncImpl(beginMethod, endMethod, null, arg1, state, m_defaultCreationOptions); 866return FromAsyncImpl(beginMethod, endMethod, null, arg1, state, creationOptions);