11 references to XmlAnyElements
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (8)
1624
if (a.XmlText == null && a.XmlElements.Count == 0 && a.
XmlAnyElements
.Count == 0)
1668
for (int i = 0; i < a.
XmlAnyElements
.Count; i++)
1670
XmlAnyElementAttribute xmlAnyElement = a.
XmlAnyElements
[i];
1760
if (a.
XmlAnyElements
.Count > 0) throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAnyElement, accessor.TypeDesc.FullName));
1869
if (a.XmlElements.Count == 0 && a.
XmlAnyElements
.Count == 0)
1911
for (int i = 0; i < a.
XmlAnyElements
.Count; i++)
1913
XmlAnyElementAttribute xmlAnyElement = a.
XmlAnyElements
[i];
2086
if (choiceTypes.Contains(typeof(XmlElement)) && a.
XmlAnyElements
.Count > 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
914
(xmlAttributes.
XmlAnyElements
== null || xmlAttributes.
XmlAnyElements
.Count == 0) &&
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
97
xmlAttrs.
XmlAnyElements
.Add(new XmlAnyElementAttribute());