3 writes to m_continuationId
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
406
m_continuationId
= Task.NewId();
593
m_continuationId
= Task.NewId();
838
atc.
m_continuationId
= Task.NewId();
8 references to m_continuationId
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (8)
407
log.AwaitTaskContinuationScheduled((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id,
m_continuationId
);
422
if (log.IsEnabled() && log.TasksSetActivityIds && c.
m_continuationId
!= 0)
424
c.m_syncContext.Post(s_postCallback, GetActionLogDelegate(c.
m_continuationId
, c.m_action));
594
log.AwaitTaskContinuationScheduled((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id,
m_continuationId
);
646
if (log.IsEnabled() && log.TasksSetActivityIds &&
m_continuationId
!= 0)
648
Guid activityId = TplEventSource.CreateGuidForTaskID(
m_continuationId
);
673
if (log.IsEnabled() && log.TasksSetActivityIds &&
m_continuationId
!= 0)
839
log.AwaitTaskContinuationScheduled((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, atc.
m_continuationId
);