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)
89if (_targetInformation.TryGetValue(target, out _)) target = new NopLinkPropagator(_owningSource, target); 94_targetInformation.Add(target, node); 111return _targetInformation.ContainsKey(target); 146if (_targetInformation.TryGetValue(target, out node)) 155_targetInformation.Remove(target); 183_targetInformation.Clear(); 277private int Count { get { return _targetInformation.Count; } }