4 references to ElementName
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1308
arrayItemElement.Name = xmlArrayItem.
ElementName
.Length == 0 ? arrayItemElement.Mapping.DefaultElementName : XmlConvert.EncodeLocalName(xmlArrayItem.
ElementName
);
1833
throw new InvalidOperationException(Res.GetString(Res.XmlArrayItemAmbiguousTypes, accessorName, item.
ElementName
, items[i].
ElementName
, typeof(XmlElementAttribute).Name, typeof(XmlChoiceIdentifierAttribute).Name, accessorName));