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);