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