System\Xml\Serialization\XmlReflectionImporter.cs (4)
618ImportContext.Attribute => "attribute",
1152case ImportContext.Attribute:
1615attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter);
1808attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);