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