1 instantiation of NopLinkPropagator
System.Threading.Tasks.Dataflow (1)
Internal\TargetRegistry.cs (1)
89if (_targetInformation.TryGetValue(target, out _)) target = new NopLinkPropagator(_owningSource, target);
3 references to NopLinkPropagator
System.Threading.Tasks.Dataflow (3)
Internal\TargetRegistry.cs (3)
299[DebuggerTypeProxy(typeof(TargetRegistry<>.NopLinkPropagator.DebugView))] 372private readonly NopLinkPropagator _passthrough; 376public DebugView(NopLinkPropagator passthrough)