5 references to UsesAsyncCompletion
System.Threading.Tasks.Dataflow (5)
Blocks\ActionBlock.cs (1)
115null, dataflowBlockOptions, TargetCoreOptions.RepresentsBlockCompletion | TargetCoreOptions.UsesAsyncCompletion);
Blocks\TransformBlock.cs (1)
135_reorderingBuffer, dataflowBlockOptions, TargetCoreOptions.UsesAsyncCompletion);
Blocks\TransformManyBlock.cs (1)
95Initialize(messageWithId => ProcessMessageWithTask(transform, messageWithId), dataflowBlockOptions, ref _source, ref _target, ref _reorderingBuffer, TargetCoreOptions.UsesAsyncCompletion);
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
45}, dataflowBlockOptions, ref _source, ref _target, ref _reorderingBuffer, TargetCoreOptions.UsesAsyncCompletion);
Internal\TargetCore.cs (1)
286return (_targetCoreOptions & TargetCoreOptions.UsesAsyncCompletion) != 0;