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