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)
132
target = new
TargetCore
<TInput>(this, processMessageAction, _reorderingBuffer, dataflowBlockOptions, targetCoreOptions);