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