3 references to CompleteCore
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
135
if (exception != null)
CompleteCore
(exception, storeExceptionEvenIfAlreadyCompleting: true);
216
CompleteCore
(exception, storeExceptionEvenIfAlreadyCompleting: false);
222
CompleteCore
(exception: null, storeExceptionEvenIfAlreadyCompleting: false);