src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (2)
953return FromAsyncImpl(beginMethod, endMethod, null, arg1, arg2, state, m_defaultCreationOptions);
991return FromAsyncImpl(beginMethod, endMethod, null, arg1, arg2, state, creationOptions);