4 references to Attribute
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
545case ImportContext.Attribute: return "attribute"; 1000case ImportContext.Attribute: 1390attribute.Mapping = ImportTypeMapping(modelScope.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter); 1552attribute.Mapping = ImportTypeMapping(modelScope.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);