6 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (6)
Blocks\BatchBlock.cs (6)
397
_decliningPermanently
= true;
467
_decliningPermanently
= true;
517
_decliningPermanently
= true;
744
if (_batchesCompleted >= _dataflowBlockOptions.ActualMaxNumberOfGroups)
_decliningPermanently
= true;
847
_decliningPermanently
= true;
959
_decliningPermanently
= true;
13 references to _decliningPermanently
System.Threading.Tasks.Dataflow (13)
Blocks\BatchBlock.cs (13)
335
if (!
_decliningPermanently
&& !_dataflowBlockOptions.CancellationToken.IsCancellationRequested)
361
if (
_decliningPermanently
)
394
if (!
_decliningPermanently
&&
435
if (exception != null && (!
_decliningPermanently
|| releaseReservedMessages))
509
bool noMoreMessages =
_decliningPermanently
&& _messages.Count < _batchSize;
588
if (
_decliningPermanently
)
777
if (
_decliningPermanently
||
839
if (!
_decliningPermanently
&&
846
shouldProceedToConsume = !
_decliningPermanently
;
894
if (
_decliningPermanently
||
951
if (!
_decliningPermanently
&&
958
shouldProceedToConsume = !
_decliningPermanently
;
1186
public bool IsDecliningPermanently { get { return _target.
_decliningPermanently
; } }