1 write to targets
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1409if (targets == null) targets = new Hashtable();
7 references to targets
System.Xml (7)
System\Xml\Serialization\XmlSerializationReader.cs (7)
1409if (targets == null) targets = new Hashtable(); 1410if (!targets.Contains(id)) 1411targets.Add(id, o); 1431object target = targets != null ? targets[id] : null; 1447if (targets != null) { 1448foreach (DictionaryEntry target in targets) {