6 writes to TaskForInputProcessing
System.Threading.Tasks.Dataflow (6)
Blocks\BroadcastBlock.cs (3)
138
_boundingState.
TaskForInputProcessing
= null;
253
_boundingState.
TaskForInputProcessing
=
303
_boundingState.
TaskForInputProcessing
= null;
Blocks\BufferBlock.cs (3)
173
_boundingState.
TaskForInputProcessing
= null;
254
_boundingState.
TaskForInputProcessing
=
305
_boundingState.
TaskForInputProcessing
= null;
21 references to TaskForInputProcessing
System.Threading.Tasks.Dataflow (21)
Blocks\BroadcastBlock.cs (10)
136
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
183
(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.
TaskForInputProcessing
== null))
247
_boundingState.
TaskForInputProcessing
== null &&
261
this, _boundingState.
TaskForInputProcessing
, DataflowEtwProvider.TaskLaunchedReason.ProcessingInputMessages,
266
Exception? exception = Common.StartTaskSafe(_boundingState.
TaskForInputProcessing
, _source.DataflowBlockOptions.TaskScheduler);
279
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
281
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
325
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
327
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
374
(_boundingState == null || _boundingState.
TaskForInputProcessing
== null))
Blocks\BufferBlock.cs (11)
111
(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.
TaskForInputProcessing
== null))
171
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
248
_boundingState.
TaskForInputProcessing
== null &&
262
this, _boundingState.
TaskForInputProcessing
, DataflowEtwProvider.TaskLaunchedReason.ProcessingInputMessages,
267
Exception? exception = Common.StartTaskSafe(_boundingState.
TaskForInputProcessing
, _source.DataflowBlockOptions.TaskScheduler);
281
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
283
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
327
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
329
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
377
(_boundingState == null || _boundingState.
TaskForInputProcessing
== null))
456
public Task? TaskForInputProcessing { get { return _bufferBlock._boundingState?.
TaskForInputProcessing
; } }