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