1 write to _decliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\BroadcastBlock.cs (1)
142_decliningPermanently = true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Blocks\BroadcastBlock.cs (5)
128if (exception != null && (!_decliningPermanently || storeExceptionEvenIfAlreadyCompleting)) 169if (_decliningPermanently) 246if (!_decliningPermanently && 372if (_decliningPermanently && 476public bool IsDecliningPermanently { get { return _broadcastBlock._decliningPermanently; } }