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