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)
134
if (exception != null && (!
_decliningPermanently
|| storeExceptionEvenIfAlreadyCompleting))
175
if (
_decliningPermanently
)
252
if (!
_decliningPermanently
&&
378
if (
_decliningPermanently
&&
482
public bool IsDecliningPermanently { get { return _broadcastBlock.
_decliningPermanently
; } }