1 write to m_defaultCreationOptions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (1)
152m_defaultCreationOptions = creationOptions;
19 references to m_defaultCreationOptions
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (19)
246public TaskCreationOptions CreationOptions => m_defaultCreationOptions; 280m_defaultCreationOptions, InternalTaskOptions.None); 305m_defaultCreationOptions, InternalTaskOptions.None); 397m_defaultCreationOptions, InternalTaskOptions.None); 426m_defaultCreationOptions, InternalTaskOptions.None); 524m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 555m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 658m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 691m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 796return FromAsync(asyncResult, endMethod, m_defaultCreationOptions, DefaultScheduler); 880return FromAsync(beginMethod, endMethod, state, m_defaultCreationOptions); 940return FromAsync(beginMethod, endMethod, arg1, state, m_defaultCreationOptions); 1009return FromAsync(beginMethod, endMethod, arg1, arg2, state, m_defaultCreationOptions); 1086return FromAsync(beginMethod, endMethod, arg1, arg2, arg3, state, m_defaultCreationOptions); 1156return TaskFactory<TResult>.FromAsyncImpl(asyncResult, endMethod, null, m_defaultCreationOptions, DefaultScheduler); 1243return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, state, m_defaultCreationOptions); 1306return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, arg1, state, m_defaultCreationOptions); 1375return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, arg1, arg2, state, m_defaultCreationOptions); 1454return TaskFactory<TResult>.FromAsyncImpl(beginMethod, endMethod, null, arg1, arg2, arg3, state, m_defaultCreationOptions);