1 write to _targetDecliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\BufferBlock.cs (1)
177
_targetDecliningPermanently
= true;
6 references to _targetDecliningPermanently
System.Threading.Tasks.Dataflow (6)
Blocks\BufferBlock.cs (6)
97
if (
_targetDecliningPermanently
)
163
if (exception != null && (!
_targetDecliningPermanently
|| storeExceptionEvenIfAlreadyCompleting))
247
if (!
_targetDecliningPermanently
&&
340
if (
_targetDecliningPermanently
) return false;
375
if (
_targetDecliningPermanently
&&
464
public bool IsDecliningPermanently { get { return _bufferBlock.
_targetDecliningPermanently
; } }