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