1 instantiation of SyncForEachAsyncState
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
336
var state = new
SyncForEachAsyncState
<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);
3 references to SyncForEachAsyncState
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\Parallel.ForEachAsync.cs (3)
262
var
state = (
SyncForEachAsyncState
<TSource>)o;
336
var
state = new SyncForEachAsyncState<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);