2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Blocks\BroadcastBlock.cs (2)
639
_decliningPermanently
= true;
855
_decliningPermanently
= true;
4 references to _decliningPermanently
System.Threading.Tasks.Dataflow (4)
Blocks\BroadcastBlock.cs (4)
627
if (
_decliningPermanently
) return;
927
bool noMoreMessages =
_decliningPermanently
&& _messages.Count == 0;
946
(
_decliningPermanently
&& _messages.Count == 0) || CanceledOrFaulted,
1154
(Volatile.Read(ref _exceptions) != null &&
_decliningPermanently
);