5 references to CurrentId
mscorlib (1)
system\threading\Tasks\Task.cs (1)
4694etwLog.AwaitTaskContinuationScheduled(TaskScheduler.Current.Id, Task.CurrentId ?? 0, continuationTask.Id);
System.Core (4)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (4)
97int taskId = Task.CurrentId ?? 0; 126int taskId = Task.CurrentId ?? 0; 156int taskId = Task.CurrentId ?? 0; 187int taskId = Task.CurrentId ?? 0;