1 reference to AsyncForEachAsyncState
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
363
var state = new
AsyncForEachAsyncState
<TSource>(source, taskBody, dop, scheduler, cancellationToken, body);