5 references to AwaitTaskContinuationScheduled
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (1)
157
TplEventSource.Log.
AwaitTaskContinuationScheduled
(TaskScheduler.Current.Id, (currentTask != null) ? currentTask.Id : 0, continuationId);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
4512
log.
AwaitTaskContinuationScheduled
(TaskScheduler.Current.Id, CurrentId ?? 0, continuationTask.Id);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
407
log.
AwaitTaskContinuationScheduled
((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, m_continuationId);
580
log.
AwaitTaskContinuationScheduled
((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, m_continuationId);
818
log.
AwaitTaskContinuationScheduled
((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, atc.m_continuationId);