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