8 references to SourceCore
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (1)
66
_source = new
SourceCore
<T[]>(this, dataflowBlockOptions,
Blocks\BatchedJoinBlock.cs (2)
67
_source = new
SourceCore
<Tuple<IList<T1>, IList<T2>>>(
315
_source = new
SourceCore
<Tuple<IList<T1>, IList<T2>, IList<T3>>>(
Blocks\BufferBlock.cs (1)
62
_source = new
SourceCore
<T>(this, dataflowBlockOptions,
Blocks\JoinBlock.cs (2)
62
_source = new
SourceCore
<Tuple<T1, T2>>(this, dataflowBlockOptions,
283
_source = new
SourceCore
<Tuple<T1, T2, T3>>(this, dataflowBlockOptions,
Blocks\TransformBlock.cs (1)
109
_source = new
SourceCore
<TOutput>(this, dataflowBlockOptions,
Blocks\TransformManyBlock.cs (1)
119
source = new
SourceCore
<TOutput>(this, dataflowBlockOptions,