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