6 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (6)
Blocks\BatchBlock.cs (6)
394
_decliningPermanently
= true;
464
_decliningPermanently
= true;
514
_decliningPermanently
= true;
741
if (_batchesCompleted >= _dataflowBlockOptions.ActualMaxNumberOfGroups)
_decliningPermanently
= true;
844
_decliningPermanently
= true;
956
_decliningPermanently
= true;
13 references to _decliningPermanently
System.Threading.Tasks.Dataflow (13)
Blocks\BatchBlock.cs (13)
332
if (!
_decliningPermanently
&& !_dataflowBlockOptions.CancellationToken.IsCancellationRequested)
358
if (
_decliningPermanently
)
391
if (!
_decliningPermanently
&&
432
if (exception != null && (!
_decliningPermanently
|| releaseReservedMessages))
506
bool noMoreMessages =
_decliningPermanently
&& _messages.Count < _batchSize;
585
if (
_decliningPermanently
)
774
if (
_decliningPermanently
||
836
if (!
_decliningPermanently
&&
843
shouldProceedToConsume = !
_decliningPermanently
;
891
if (
_decliningPermanently
||
948
if (!
_decliningPermanently
&&
955
shouldProceedToConsume = !
_decliningPermanently
;
1183
public bool IsDecliningPermanently { get { return _target.
_decliningPermanently
; } }