4 references to CompleteCore
System.Threading.Tasks.Dataflow (4)
Blocks\BufferBlock.cs (4)
144
public void Complete() {
CompleteCore
(exception: null, storeExceptionEvenIfAlreadyCompleting: false); }
151
CompleteCore
(exception, storeExceptionEvenIfAlreadyCompleting: false);
271
Task.Factory.StartNew(exc =>
CompleteCore
(exception: (Exception)exc!, storeExceptionEvenIfAlreadyCompleting: true, revertProcessingState: true),
298
CompleteCore
(exc, storeExceptionEvenIfAlreadyCompleting: true);