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)
97if (_targetDecliningPermanently) 163if (exception != null && (!_targetDecliningPermanently || storeExceptionEvenIfAlreadyCompleting)) 247if (!_targetDecliningPermanently && 340if (_targetDecliningPermanently) return false; 375if (_targetDecliningPermanently && 464public bool IsDecliningPermanently { get { return _bufferBlock._targetDecliningPermanently; } }