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