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