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)
100if (_targetDecliningPermanently) 169if (exception != null && (!_targetDecliningPermanently || storeExceptionEvenIfAlreadyCompleting)) 253if (!_targetDecliningPermanently && 346if (_targetDecliningPermanently) return false; 381if (_targetDecliningPermanently && 470public bool IsDecliningPermanently { get { return _bufferBlock._targetDecliningPermanently; } }