2 writes to MaxDegreeOfParallelism
System.Web (2)
Compilation\BuildProvidersCompiler.cs (2)
215
new ParallelOptions {
MaxDegreeOfParallelism
= maxConcurrent },
777
new ParallelOptions {
MaxDegreeOfParallelism
= maxConcurrent },
7 references to MaxDegreeOfParallelism
mscorlib (7)
system\threading\Tasks\Parallel.cs (7)
50
/// This constructor initializes the instance with default values. <see cref="
MaxDegreeOfParallelism
"/>
88
/// The <see cref="
MaxDegreeOfParallelism
"/> limits the number of concurrent operations run by <see
91
/// cref="
MaxDegreeOfParallelism
"/> is -1, then there is no limit placed on the number of concurrently
95
/// The exception that is thrown when this <see cref="
MaxDegreeOfParallelism
"/> is set to 0 or some
135
int rval =
MaxDegreeOfParallelism
;
275
(parallelOptions.
MaxDegreeOfParallelism
!= -1 && parallelOptions.
MaxDegreeOfParallelism
< actionsCopy.Length))