2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Internal\SpscTargetCore.cs (2)
225
_decliningPermanently
= true; // stop accepting from producers
295
_decliningPermanently
= true;
6 references to _decliningPermanently
System.Threading.Tasks.Dataflow (6)
Internal\SpscTargetCore.cs (6)
88
if (
_decliningPermanently
)
128
if (
_decliningPermanently
)
242
bool wasDecliningPermanently =
_decliningPermanently
;
266
(!wasDecliningPermanently &&
_decliningPermanently
) || // potentially completion to be processed
289
if (!
_decliningPermanently
)
398
internal bool IsDecliningPermanently { get { return _target.
_decliningPermanently
; } }