2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Internal\TargetCore.cs (2)
175_decliningPermanently = true; 740_decliningPermanently = true;
7 references to _decliningPermanently
System.Threading.Tasks.Dataflow (7)
Internal\TargetCore.cs (7)
151if (exception != null && (!_decliningPermanently || storeExceptionEvenIfAlreadyCompleting)) 190if (_decliningPermanently) 360(!_decliningPermanently && _boundingState != null && _boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count > 0); 629if (_decliningPermanently) break; 717bool noMoreMessages = _decliningPermanently && _messages.IsEmpty; 730Debug.Assert((_decliningPermanently && _messages.IsEmpty) || CanceledOrFaulted, "There must be no more messages."); 870internal bool IsDecliningPermanently { get { return _target._decliningPermanently; } }