1 write to _types
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1848_types = new Hashtable();
4 references to _types
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationReader.cs (4)
1562Type? arrayType = (Type?)_types[new XmlQualifiedName(typeName, typeNs)]; 1592elementType = (Type?)_types[qname]; 1850_types.Add(urType, typeof(object)); 1861_types[typeName] = type;