3 writes to m_continuationId
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
406
m_continuationId
= Task.NewId();
579
m_continuationId
= Task.NewId();
817
atc.
m_continuationId
= Task.NewId();
8 references to m_continuationId
System.Private.CoreLib (8)
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));
580
log.AwaitTaskContinuationScheduled((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id,
m_continuationId
);
632
if (log.IsEnabled() && log.TasksSetActivityIds &&
m_continuationId
!= 0)
634
Guid activityId = TplEventSource.CreateGuidForTaskID(
m_continuationId
);
659
if (log.IsEnabled() && log.TasksSetActivityIds &&
m_continuationId
!= 0)
818
log.AwaitTaskContinuationScheduled((task.ExecutingTaskScheduler ?? TaskScheduler.Default).Id, task.Id, atc.
m_continuationId
);