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