2 writes to MaxDegreeOfParallelism
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
565MaxDegreeOfParallelism = parallelism,
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlockOptions.cs (1)
272MaxDegreeOfParallelism = this.MaxDegreeOfParallelism,
9 references to MaxDegreeOfParallelism
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlockOptions.cs (1)
272MaxDegreeOfParallelism = this.MaxDegreeOfParallelism,
Blocks\ActionBlock.cs (1)
88dataflowBlockOptions.MaxDegreeOfParallelism == 1 &&
Blocks\TransformBlock.cs (2)
206if (_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1) 310if (_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1)
Blocks\TransformManyBlock.cs (2)
442if (_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1) 468_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1 ||
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
204_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1 ||
Internal\TargetCore.cs (2)
124_messages = (dataflowBlockOptions.MaxDegreeOfParallelism == 1) ? 446if (_dataflowBlockOptions.MaxDegreeOfParallelism != 1) break;