4 references to TryRunInline
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1085
taskQueued = scheduler.
TryRunInline
(this, false);
2951
return m_taskScheduler.
TryRunInline
(this, true);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
235
if (!task.m_taskScheduler.
TryRunInline
(task, taskWasPreviouslyQueued: false))
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
173
if (ets != this && ets != null) return ets.
TryRunInline
(task, taskWasPreviouslyQueued);