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)
1562
Type? arrayType = (Type?)
_types
[new XmlQualifiedName(typeName, typeNs)];
1592
elementType = (Type?)
_types
[qname];
1850
_types
.Add(urType, typeof(object));
1861
_types
[typeName] = type;