1 write to _targets
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1487_targets ??= new Hashtable();
5 references to _targets
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
1488if (!_targets.Contains(id)) 1489_targets.Add(id, o); 1507object? target = _targets?[id]; 1525if (_targets != null) 1527foreach (DictionaryEntry target in _targets)