1 write to _taskBody
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
542
_taskBody
= taskBody;
3 references to _taskBody
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\Parallel.ForEachAsync.cs (3)
581
Task.Factory.StartNew(
_taskBody
!, this, default(CancellationToken), TaskCreationOptions.DenyChildAttach, _scheduler);
675
_taskBody
(this);
679
ExecutionContext.Run(_executionContext, static o => ((ForEachAsyncState<TSource>)o!).
_taskBody
(o), this);