3 writes to TaskForInputProcessing
System.Threading.Tasks.Dataflow (3)
Blocks\BatchBlock.cs (3)
463
_nonGreedyState.
TaskForInputProcessing
= null;
641
_nonGreedyState!.
TaskForInputProcessing
= new Task(static thisBatchTarget => ((BatchBlockTargetCore)thisBatchTarget!).ProcessMessagesLoopCore(), this,
711
_nonGreedyState.
TaskForInputProcessing
= null;
7 references to TaskForInputProcessing
System.Threading.Tasks.Dataflow (7)
Blocks\BatchBlock.cs (7)
376
(_boundingState.CountIsLessThanBound && _nonGreedyState!.PostponedMessages.Count == 0 && _nonGreedyState.
TaskForInputProcessing
== null)))
461
Debug.Assert(_nonGreedyState != null && _nonGreedyState.
TaskForInputProcessing
!= null,
507
bool currentlyProcessing = _nonGreedyState != null && _nonGreedyState.
TaskForInputProcessing
!= null;
569
bool currentlyProcessing = _nonGreedyState != null && _nonGreedyState.
TaskForInputProcessing
!= null;
648
_owningBatch, _nonGreedyState.
TaskForInputProcessing
, DataflowEtwProvider.TaskLaunchedReason.ProcessingInputMessages,
653
Exception? exception = Common.StartTaskSafe(_nonGreedyState.
TaskForInputProcessing
, _dataflowBlockOptions.TaskScheduler);
1182
public Task? TaskForInputProcessing { get { return _target._nonGreedyState?.
TaskForInputProcessing
; } }