1 instantiation of NopLinkPropagator
System.Threading.Tasks.Dataflow (1)
Internal\TargetRegistry.cs (1)
89
if (_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))]
372
private readonly
NopLinkPropagator
_passthrough;
376
public DebugView(
NopLinkPropagator
passthrough)