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