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