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