1 reference to ForAsyncState
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
181
var state = new
ForAsyncState
<T>(fromInclusive, toExclusive, taskBody, dop, scheduler, cancellationToken, body);