1 write to _targets
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1490_targets ??= new Hashtable();
5 references to _targets
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
1491if (!_targets.Contains(id)) 1492_targets.Add(id, o); 1510object? target = _targets?[id]; 1528if (_targets != null) 1530foreach (DictionaryEntry target in _targets)