4 references to ElementName
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1517
arrayItemElement.Name = xmlArrayItem.
ElementName
.Length == 0 ? arrayItemElement.Mapping.DefaultElementName : XmlConvert.EncodeLocalName(xmlArrayItem.
ElementName
);
2115
throw new InvalidOperationException(SR.Format(SR.XmlArrayItemAmbiguousTypes, accessorName, item.
ElementName
, items[i]!.
ElementName
, nameof(XmlElementAttribute), nameof(XmlChoiceIdentifierAttribute), accessorName));