5 references to TargetCore
System.Threading.Tasks.Dataflow (5)
Blocks\ActionBlock.cs (2)
105_defaultTarget = new TargetCore<TInput>(this, 113_defaultTarget = new TargetCore<TInput>(this,
Blocks\TransformBlock.cs (2)
126_target = new TargetCore<TInput>(this, 133_target = new TargetCore<TInput>(this,
Blocks\TransformManyBlock.cs (1)
132target = new TargetCore<TInput>(this, processMessageAction, _reorderingBuffer, dataflowBlockOptions, targetCoreOptions);