1 write to types
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1718types = new Hashtable();
4 references to types
System.Xml (4)
System\Xml\Serialization\XmlSerializationReader.cs (4)
1500Type arrayType = (Type)types[new XmlQualifiedName(typeName, typeNs)]; 1528elementType = (Type)types[qname]; 1720types.Add(urType, typeof(object)); 1759types[typeName] = type;