1 write to targetsWithoutIds
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1404targetsWithoutIds = new ArrayList();
4 references to targetsWithoutIds
System.Xml (4)
System\Xml\Serialization\XmlSerializationReader.cs (4)
1403if (targetsWithoutIds == null) 1406targetsWithoutIds.Add(o); 1454if (targetsWithoutIds != null) { 1455foreach (object o in targetsWithoutIds) {