2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Internal\SpscTargetCore.cs (2)
225_decliningPermanently = true; // stop accepting from producers 295_decliningPermanently = true;
6 references to _decliningPermanently
System.Threading.Tasks.Dataflow (6)
Internal\SpscTargetCore.cs (6)
88if (_decliningPermanently) 128if (_decliningPermanently) 242bool wasDecliningPermanently = _decliningPermanently; 266(!wasDecliningPermanently && _decliningPermanently) || // potentially completion to be processed 289if (!_decliningPermanently) 398internal bool IsDecliningPermanently { get { return _target._decliningPermanently; } }