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)
151
if (exception != null && (!
_decliningPermanently
|| storeExceptionEvenIfAlreadyCompleting))
190
if (
_decliningPermanently
)
360
(!
_decliningPermanently
&& _boundingState != null && _boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count > 0);
629
if (
_decliningPermanently
) break;
717
bool noMoreMessages =
_decliningPermanently
&& _messages.IsEmpty;
730
Debug.Assert((
_decliningPermanently
&& _messages.IsEmpty) || CanceledOrFaulted, "There must be no more messages.");
870
internal bool IsDecliningPermanently { get { return _target.
_decliningPermanently
; } }