2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Blocks\BroadcastBlock.cs (2)
633
_decliningPermanently
= true;
849
_decliningPermanently
= true;
4 references to _decliningPermanently
System.Threading.Tasks.Dataflow (4)
Blocks\BroadcastBlock.cs (4)
621
if (
_decliningPermanently
) return;
921
bool noMoreMessages =
_decliningPermanently
&& _messages.Count == 0;
940
(
_decliningPermanently
&& _messages.Count == 0) || CanceledOrFaulted,
1142
(Volatile.Read(ref _exceptions) != null &&
_decliningPermanently
);