3 writes to TaskForInputProcessing
System.Threading.Tasks.Dataflow (3)
Blocks\BatchBlock.cs (3)
460
_nonGreedyState.
TaskForInputProcessing
= null;
638
_nonGreedyState!.
TaskForInputProcessing
= new Task(static thisBatchTarget => ((BatchBlockTargetCore)thisBatchTarget!).ProcessMessagesLoopCore(), this,
708
_nonGreedyState.
TaskForInputProcessing
= null;
7 references to TaskForInputProcessing
System.Threading.Tasks.Dataflow (7)
Blocks\BatchBlock.cs (7)
373
(_boundingState.CountIsLessThanBound && _nonGreedyState!.PostponedMessages.Count == 0 && _nonGreedyState.
TaskForInputProcessing
== null)))
458
Debug.Assert(_nonGreedyState != null && _nonGreedyState.
TaskForInputProcessing
!= null,
504
bool currentlyProcessing = _nonGreedyState != null && _nonGreedyState.
TaskForInputProcessing
!= null;
566
bool currentlyProcessing = _nonGreedyState != null && _nonGreedyState.
TaskForInputProcessing
!= null;
645
_owningBatch, _nonGreedyState.
TaskForInputProcessing
, DataflowEtwProvider.TaskLaunchedReason.ProcessingInputMessages,
650
Exception? exception = Common.StartTaskSafe(_nonGreedyState.
TaskForInputProcessing
, _dataflowBlockOptions.TaskScheduler);
1179
public Task? TaskForInputProcessing { get { return _target._nonGreedyState?.
TaskForInputProcessing
; } }