2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Internal\SourceCore.cs (2)
506
_decliningPermanently
= true;
772
_decliningPermanently
= true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Internal\SourceCore.cs (5)
386
if (
_decliningPermanently
) return;
411
if (
_decliningPermanently
) return;
879
(HasExceptions &&
_decliningPermanently
);
891
if (
_decliningPermanently
&& // declining permanently, so no more messages will arrive
907
_decliningPermanently
&& _taskForOutputProcessing == null && _nextMessageReservedFor == null,