17 references to s_defaultParallelOptions
System.Threading.Tasks.Parallel (17)
System\Threading\Tasks\Parallel.cs (17)
170Invoke(s_defaultParallelOptions, actions);
399s_defaultParallelOptions,
424fromInclusive, toExclusive, s_defaultParallelOptions,
547fromInclusive, toExclusive, s_defaultParallelOptions,
574fromInclusive, toExclusive, s_defaultParallelOptions,
706fromInclusive, toExclusive, s_defaultParallelOptions,
759fromInclusive, toExclusive, s_defaultParallelOptions,
1193source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1263source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1335source, s_defaultParallelOptions, null, null, body, null, null, null, null);
1430source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
1549source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);
1847return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, body, null, null, null, null, null, null);
1900return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, body, null, null, null, null, null);
1961return PartitionerForEachWorker<TSource, object>(source, s_defaultParallelOptions, null, null, body, null, null, null, null);
2036return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, body, null, localInit, localFinally);
2119return PartitionerForEachWorker<TSource, TLocal>(source, s_defaultParallelOptions, null, null, null, null, body, localInit, localFinally);