3 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
86_completionReserved = _decliningPermanently = true; 231_decliningPermanently = true; 361_decliningPermanently = true;
3 references to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
111Debug.Assert(_decliningPermanently, "We may get here only after we have started to decline permanently."); 228if (_decliningPermanently && !storeExceptionEvenIfAlreadyCompleting) return; 345if (_decliningPermanently) return DataflowMessageStatus.DecliningPermanently;