src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (3)
563return FromAsyncImpl(asyncResult, endMethod, null, m_defaultCreationOptions, DefaultScheduler);
590return FromAsyncImpl(asyncResult, endMethod, null, creationOptions, DefaultScheduler);
624return FromAsyncImpl(asyncResult, endMethod, null, creationOptions, scheduler);