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)
627if (_decliningPermanently) return; 927bool noMoreMessages = _decliningPermanently && _messages.Count == 0; 946(_decliningPermanently && _messages.Count == 0) || CanceledOrFaulted, 1154(Volatile.Read(ref _exceptions) != null && _decliningPermanently);