system\threading\Tasks\Parallel.cs (17)
184Invoke(s_defaultParallelOptions, actions);
439s_defaultParallelOptions,
467fromInclusive, toExclusive, s_defaultParallelOptions,
605fromInclusive, toExclusive, s_defaultParallelOptions,
635fromInclusive, toExclusive, s_defaultParallelOptions,
788fromInclusive, toExclusive, s_defaultParallelOptions,
850fromInclusive, toExclusive, s_defaultParallelOptions,
1675source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1760source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1847source, s_defaultParallelOptions, null, null, body, null, null, null, null);
1963source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
2109source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);
2434return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, body, null, null, null, null, null, null);
2493return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, body, null, null, null, null, null);
2560return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, null, body, null, null, null, null);
2647return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
2742return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);