1 write to _types
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1913
_types
= new Hashtable();
4 references to _types
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (4)
1662
Type arrayType = (Type)
_types
[new XmlQualifiedName(typeName, typeNs)];
1692
elementType = (Type)
_types
[qname];
1915
_types
.Add(urType, typeof(object));
1958
_types
[typeName] = type;