12 references to GetDefaultScheduler
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (12)
279return Task.InternalStartNew(currTask, action, null, m_defaultCancellationToken, GetDefaultScheduler(currTask), 304return Task.InternalStartNew(currTask, action, null, cancellationToken, GetDefaultScheduler(currTask), 332return Task.InternalStartNew(currTask, action, null, m_defaultCancellationToken, GetDefaultScheduler(currTask), creationOptions, 396return Task.InternalStartNew(currTask, action, state, m_defaultCancellationToken, GetDefaultScheduler(currTask), 425return Task.InternalStartNew(currTask, action, state, cancellationToken, GetDefaultScheduler(currTask), 455return Task.InternalStartNew(currTask, action, state, m_defaultCancellationToken, GetDefaultScheduler(currTask), 524m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 555m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 587creationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 658m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 691m_defaultCreationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask)); 725creationOptions, InternalTaskOptions.None, GetDefaultScheduler(currTask));