3 references to CurrentDegreeOfParallelism
System.Threading.Tasks.Dataflow (3)
Blocks\ActionBlock.cs (1)
362get { return _defaultDebugInfo != null ? _defaultDebugInfo.CurrentDegreeOfParallelism : _spscDebugInfo!.CurrentDegreeOfParallelism; }
Blocks\TransformBlock.cs (1)
437public int CurrentDegreeOfParallelism { get { return _targetDebuggingInformation.CurrentDegreeOfParallelism; } }
Blocks\TransformManyBlock.cs (1)
643public int CurrentDegreeOfParallelism { get { return _targetDebuggingInformation.CurrentDegreeOfParallelism; } }