1 instantiation of AsyncForEachAsyncState
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\RoslynParallel.NetFramework.cs (1)
366
var state = new
AsyncForEachAsyncState
<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);
3 references to AsyncForEachAsyncState
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\RoslynParallel.NetFramework.cs (3)
292
var
state = (
AsyncForEachAsyncState
<TSource>)o;
366
var
state = new AsyncForEachAsyncState<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);