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)
128
if (exception != null && (!
_decliningPermanently
|| storeExceptionEvenIfAlreadyCompleting))
169
if (
_decliningPermanently
)
246
if (!
_decliningPermanently
&&
372
if (
_decliningPermanently
&&
476
public bool IsDecliningPermanently { get { return _broadcastBlock.
_decliningPermanently
; } }