1 instantiation of EncapsulatingPropagator
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
1512return new EncapsulatingPropagator<TInput, TOutput>(target, source);
3 references to EncapsulatingPropagator
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (3)
1517[DebuggerTypeProxy(typeof(EncapsulatingPropagator<,>.DebugView))] 1616private readonly EncapsulatingPropagator<TInput, TOutput> _propagator; 1620public DebugView(EncapsulatingPropagator<TInput, TOutput> propagator)