3 references to GetTypeModel
System.Xml (3)
System\Xml\Serialization\Models.cs (1)
34
return
GetTypeModel
(type, true);
System\Xml\Serialization\SoapReflectionImporter.cs (1)
351
StructMapping baseMapping = ImportStructLikeMapping((StructModel)modelScope.
GetTypeModel
(model.Type.BaseType, false), limiter);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
704
TypeModel baseModel = modelScope.
GetTypeModel
(model.Type.BaseType, false);