1 write to _targetDecliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\BufferBlock.cs (1)
183
_targetDecliningPermanently
= true;
6 references to _targetDecliningPermanently
System.Threading.Tasks.Dataflow (6)
Blocks\BufferBlock.cs (6)
100
if (
_targetDecliningPermanently
)
169
if (exception != null && (!
_targetDecliningPermanently
|| storeExceptionEvenIfAlreadyCompleting))
253
if (!
_targetDecliningPermanently
&&
346
if (
_targetDecliningPermanently
) return false;
381
if (
_targetDecliningPermanently
&&
470
public bool IsDecliningPermanently { get { return _bufferBlock.
_targetDecliningPermanently
; } }