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)
119source = new SourceCore<TOutput>(this, dataflowBlockOptions,