1 write to m_defaultCreationOptions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (1)
147m_defaultCreationOptions = creationOptions;
10 references to m_defaultCreationOptions
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (10)
226public TaskCreationOptions CreationOptions => m_defaultCreationOptions; 261m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 288m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 382m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 411m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 563return FromAsyncImpl(asyncResult, endMethod, null, m_defaultCreationOptions, DefaultScheduler); 720return FromAsyncImpl(beginMethod, endMethod, null, state, m_defaultCreationOptions); 832return FromAsyncImpl(beginMethod, endMethod, null, arg1, state, m_defaultCreationOptions); 953return FromAsyncImpl(beginMethod, endMethod, null, arg1, arg2, state, m_defaultCreationOptions); 1082return FromAsyncImpl(beginMethod, endMethod, null, arg1, arg2, arg3, state, m_defaultCreationOptions);