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)
1589
Type? arrayType = (Type?)
_types
[new XmlQualifiedName(typeName, typeNs)];
1619
elementType = (Type?)
_types
[qname];
1877
_types
.Add(urType, typeof(object));
1888
_types
[typeName] = type;