1 write to _targetInformation
System.Threading.Tasks.Dataflow (1)
Internal\TargetRegistry.cs (1)
77
_targetInformation
= new Dictionary<ITargetBlock<T>, LinkedTargetInfo>();
7 references to _targetInformation
System.Threading.Tasks.Dataflow (7)
Internal\TargetRegistry.cs (7)
89
if (
_targetInformation
.TryGetValue(target, out _)) target = new NopLinkPropagator(_owningSource, target);
94
_targetInformation
.Add(target, node);
111
return
_targetInformation
.ContainsKey(target);
146
if (
_targetInformation
.TryGetValue(target, out node))
155
_targetInformation
.Remove(target);
183
_targetInformation
.Clear();
277
private int Count { get { return
_targetInformation
.Count; } }