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