1 write to _decliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\BroadcastBlock.cs (1)
148_decliningPermanently = true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Blocks\BroadcastBlock.cs (5)
134if (exception != null && (!_decliningPermanently || storeExceptionEvenIfAlreadyCompleting)) 175if (_decliningPermanently) 252if (!_decliningPermanently && 378if (_decliningPermanently && 482public bool IsDecliningPermanently { get { return _broadcastBlock._decliningPermanently; } }