8 references to XmlAnyElements
System.Private.Xml (8)
System\Xml\Serialization\XmlReflectionImporter.cs (8)
1637if (a.XmlText == null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1681for (int i = 0; i < a.XmlAnyElements.Count; i++) 1683XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]!; 1772if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(SR.Format(SR.XmlIllegalAnyElement, accessor.TypeDesc.FullName)); 1880if (a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1922for (int i = 0; i < a.XmlAnyElements.Count; i++) 1924XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]!; 2097if (choiceTypes.Contains(typeof(XmlElement)) && a.XmlAnyElements.Count > 0)