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>>>(
318
_source = new
SourceCore
<Tuple<IList<T1>, IList<T2>, IList<T3>>>(
Blocks\BufferBlock.cs (1)
65
_source = new
SourceCore
<T>(this, dataflowBlockOptions,
Blocks\JoinBlock.cs (2)
65
_source = new
SourceCore
<Tuple<T1, T2>>(this, dataflowBlockOptions,
292
_source = new
SourceCore
<Tuple<T1, T2, T3>>(this, dataflowBlockOptions,
Blocks\TransformBlock.cs (1)
112
_source = new
SourceCore
<TOutput>(this, dataflowBlockOptions,
Blocks\TransformManyBlock.cs (1)
119
source = new
SourceCore
<TOutput>(this, dataflowBlockOptions,