17 references to s_defaultParallelOptions
System.Threading.Tasks.Parallel (17)
System\Threading\Tasks\Parallel.cs (17)
160Invoke(s_defaultParallelOptions, actions);
394s_defaultParallelOptions,
419fromInclusive, toExclusive, s_defaultParallelOptions,
542fromInclusive, toExclusive, s_defaultParallelOptions,
569fromInclusive, toExclusive, s_defaultParallelOptions,
701fromInclusive, toExclusive, s_defaultParallelOptions,
754fromInclusive, toExclusive, s_defaultParallelOptions,
1188source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1258source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1330source, s_defaultParallelOptions, null, null, body, null, null, null, null);
1425source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
1544source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);
1842return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1895return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1956return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, null, body, null, null, null, null);
2031return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
2114return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);