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