1 write to _types
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1880
_types
= new Hashtable();
4 references to _types
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationReader.cs (4)
1594
Type? arrayType = (Type?)
_types
[new XmlQualifiedName(typeName, typeNs)];
1624
elementType = (Type?)
_types
[qname];
1882
_types
.Add(urType, typeof(object));
1893
_types
[typeName] = type;