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