17 references to s_defaultParallelOptions
System.Threading.Tasks.Parallel (17)
System\Threading\Tasks\Parallel.cs (17)
162Invoke(s_defaultParallelOptions, actions);
389s_defaultParallelOptions,
414fromInclusive, toExclusive, s_defaultParallelOptions,
537fromInclusive, toExclusive, s_defaultParallelOptions,
564fromInclusive, toExclusive, s_defaultParallelOptions,
696fromInclusive, toExclusive, s_defaultParallelOptions,
749fromInclusive, toExclusive, s_defaultParallelOptions,
1183source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1253source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1325source, s_defaultParallelOptions, null, null, body, null, null, null, null);
1420source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
1539source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);
1837return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1890return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1951return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, null, body, null, null, null, null);
2026return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
2109return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);