4 references to TryRunInline
mscorlib (4)
system\threading\Tasks\Task.cs (2)
1219if (!scheduler.TryRunInline(this, false)) 3201return m_taskScheduler.TryRunInline(this, true);
system\threading\Tasks\TaskContinuation.cs (1)
263if (!task.m_taskScheduler.TryRunInline(task, taskWasPreviouslyQueued: false))
system\threading\Tasks\TaskScheduler.cs (1)
200if(ets != this && ets !=null) return ets.TryRunInline(task, taskWasPreviouslyQueued);