5 references to AwaitTaskContinuationScheduled
mscorlib (5)
system\runtime\compilerservices\YieldAwaitable.cs (1)
133
TplEtwProvider.Log.
AwaitTaskContinuationScheduled
(TaskScheduler.Current.Id, (currentTask != null) ? currentTask.Id : 0, continuationId);
system\threading\Tasks\Task.cs (1)
4694
etwLog.
AwaitTaskContinuationScheduled
(TaskScheduler.Current.Id, Task.CurrentId ?? 0, continuationTask.Id);
system\threading\Tasks\TaskContinuation.cs (3)
428
etwLog.
AwaitTaskContinuationScheduled
((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, m_continuationId);
622
etwLog.
AwaitTaskContinuationScheduled
((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, m_continuationId);
833
etwLog.
AwaitTaskContinuationScheduled
((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, atc.m_continuationId);