6 writes to TaskForInputProcessing
System.Threading.Tasks.Dataflow (6)
Blocks\BroadcastBlock.cs (3)
144
_boundingState.
TaskForInputProcessing
= null;
259
_boundingState.
TaskForInputProcessing
=
309
_boundingState.
TaskForInputProcessing
= null;
Blocks\BufferBlock.cs (3)
179
_boundingState.
TaskForInputProcessing
= null;
260
_boundingState.
TaskForInputProcessing
=
311
_boundingState.
TaskForInputProcessing
= null;
21 references to TaskForInputProcessing
System.Threading.Tasks.Dataflow (21)
Blocks\BroadcastBlock.cs (10)
142
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
189
(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.
TaskForInputProcessing
== null))
253
_boundingState.
TaskForInputProcessing
== null &&
267
this, _boundingState.
TaskForInputProcessing
, DataflowEtwProvider.TaskLaunchedReason.ProcessingInputMessages,
272
Exception? exception = Common.StartTaskSafe(_boundingState.
TaskForInputProcessing
, _source.DataflowBlockOptions.TaskScheduler);
285
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
287
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
331
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
333
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
380
(_boundingState == null || _boundingState.
TaskForInputProcessing
== null))
Blocks\BufferBlock.cs (11)
114
(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.
TaskForInputProcessing
== null))
177
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
254
_boundingState.
TaskForInputProcessing
== null &&
268
this, _boundingState.
TaskForInputProcessing
, DataflowEtwProvider.TaskLaunchedReason.ProcessingInputMessages,
273
Exception? exception = Common.StartTaskSafe(_boundingState.
TaskForInputProcessing
, _source.DataflowBlockOptions.TaskScheduler);
287
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
289
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
333
Debug.Assert(_boundingState != null && _boundingState.
TaskForInputProcessing
!= null,
335
Debug.Assert(_boundingState.
TaskForInputProcessing
.Id == Task.CurrentId,
383
(_boundingState == null || _boundingState.
TaskForInputProcessing
== null))
462
public Task? TaskForInputProcessing { get { return _bufferBlock._boundingState?.
TaskForInputProcessing
; } }