1 write to _types
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1875_types = new Hashtable();
4 references to _types
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationReader.cs (4)
1589Type? arrayType = (Type?)_types[new XmlQualifiedName(typeName, typeNs)]; 1619elementType = (Type?)_types[qname]; 1877_types.Add(urType, typeof(object)); 1888_types[typeName] = type;