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