7 references to Parallel
mscorlib (5)
system\threading\Tasks\ParallelLoopState.cs (4)
64
/// when one throws an exception, or when the loop is canceled, the <see cref="
Parallel
"/> class will proactively
130
/// Communicates that the <see cref="
Parallel
"/> loop should cease execution at the system's earliest
163
/// Communicates that the <see cref="
Parallel
"/> loop should cease execution at the system's earliest
609
/// Provides completion status on the execution of a <see cref="
Parallel
"/> loop.
system\threading\Tasks\ParallelRangeManager.cs (1)
86
m_nMaxIncrementValue =
Parallel
.DEFAULT_LOOP_STRIDE * nStep;
System.Web (2)
Compilation\BuildProvidersCompiler.cs (2)
214
Parallel
.ForEach(_satelliteAssemblyBuilders.Values.Cast<AssemblyBuilder>(),
776
Parallel
.ForEach(assemblyBuilders.Cast<AssemblyBuilder>(),