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