9 references to XmlAnyElements
System.Private.Xml (8)
System\Xml\Serialization\XmlReflectionImporter.cs (8)
1641if (a.XmlText == null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1685for (int i = 0; i < a.XmlAnyElements.Count; i++) 1687XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]!; 1776if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(SR.Format(SR.XmlIllegalAnyElement, accessor.TypeDesc.FullName)); 1884if (a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1926for (int i = 0; i < a.XmlAnyElements.Count; i++) 1928XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]!; 2101if (choiceTypes.Contains(typeof(XmlElement)) && a.XmlAnyElements.Count > 0)
System.Web.Services.Description (1)
System\Web\Services\Configuration\WebServicesSection.cs (1)
90xmlAttrs.XmlAnyElements.Add(new XmlAnyElementAttribute());