3 references to GetTypeModel
System.Private.Xml (3)
System\Xml\Serialization\Models.cs (1)
37
return
GetTypeModel
(type, true);
System\Xml\Serialization\SoapReflectionImporter.cs (1)
360
StructMapping baseMapping = ImportStructLikeMapping((StructModel)_modelScope.
GetTypeModel
(model.Type.BaseType!, false), limiter);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
801
TypeModel baseModel = _modelScope.
GetTypeModel
(model.Type.BaseType!, false);