FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
619case ImportContext.Attribute: return "attribute";
1144case ImportContext.Attribute:
1595attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter);
1776attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);