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)
621if (_decliningPermanently) return; 921bool noMoreMessages = _decliningPermanently && _messages.Count == 0; 940(_decliningPermanently && _messages.Count == 0) || CanceledOrFaulted, 1142(Volatile.Read(ref _exceptions) != null && _decliningPermanently);