11 references to XmlAnyElements
System.Private.Xml (9)
System\Xml\Serialization\XmlReflectionImporter.cs (9)
1652
&& a.
XmlAnyElements
.Count == 0
1657
if (a.XmlText == null && a.XmlElements.Count == 0 && a.
XmlAnyElements
.Count == 0)
1701
for (int i = 0; i < a.
XmlAnyElements
.Count; i++)
1703
XmlAnyElementAttribute xmlAnyElement = a.
XmlAnyElements
[i]!;
1792
if (a.
XmlAnyElements
.Count > 0) throw new InvalidOperationException(SR.Format(SR.XmlIllegalAnyElement, accessor.TypeDesc.FullName));
1900
if (a.XmlElements.Count == 0 && a.
XmlAnyElements
.Count == 0)
1942
for (int i = 0; i < a.
XmlAnyElements
.Count; i++)
1944
XmlAnyElementAttribute xmlAnyElement = a.
XmlAnyElements
[i]!;
2117
if (choiceTypes.Contains(typeof(XmlElement)) && a.
XmlAnyElements
.Count > 0)
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1232
(xmlAttributes.
XmlAnyElements
== null || xmlAttributes.
XmlAnyElements
.Count == 0) &&