22 references to XmlElements
System.Private.Xml (21)
System\Xml\Serialization\XmlReflectionImporter.cs (21)
1376a.XmlElements.Add(xmlElement); 1641if (a.XmlText == null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1642a.XmlElements.Add(CreateElementAttribute(accessor.TypeDesc)); 1644for (int i = 0; i < a.XmlElements.Count; i++) 1646XmlElementAttribute xmlElement = a.XmlElements[i]!; 1653if (a.XmlElements.Count == 1) 1780if (a.XmlElements.Count > 0) throw new InvalidOperationException(SR.XmlIllegalAttribute); 1813else if (a.XmlElements.Count == 0) 1815a.XmlElements.Add(CreateElementAttribute(accessor.TypeDesc)); 1818for (int i = 0; i < a.XmlElements.Count; i++) 1820XmlElementAttribute xmlElement = a.XmlElements[i]!; 1884if (a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1885a.XmlElements.Add(CreateElementAttribute(accessor.TypeDesc)); 1886for (int i = 0; i < a.XmlElements.Count; i++) 1888XmlElementAttribute xmlElement = a.XmlElements[i]!; 1895if (a.XmlElements.Count == 1) 2058if (a.XmlElements != null && a.XmlElements.Count > 0) 2060if (a.XmlElements.Count > 1) 2064XmlElementAttribute xmlElement = a.XmlElements[0]!; 2084XmlElementAttributes elements = a.XmlElements;
System.Web.Services.Description (1)
System\Web\Services\Configuration\WebServicesSection.cs (1)
71xmlAttrs.XmlElements.Add(xmlAttr);