1 instantiation of SyncForEachAsyncState
Metrics.Legacy (1)
src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
198var state = new SyncForEachAsyncState<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);
3 references to SyncForEachAsyncState
Metrics.Legacy (3)
src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (3)
124var state = (SyncForEachAsyncState<TSource>)o; 198var state = new SyncForEachAsyncState<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);