1 write to _targets
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1455
_targets
??= new Hashtable();
5 references to _targets
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
1456
if (!
_targets
.Contains(id))
1457
_targets
.Add(id, o);
1475
object? target =
_targets
?[id];
1493
if (
_targets
!= null)
1495
foreach (DictionaryEntry target in
_targets
)