11 references to XmlAnyElements
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (8)
1624if (a.XmlText == null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1668for (int i = 0; i < a.XmlAnyElements.Count; i++) 1670XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]; 1760if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAnyElement, accessor.TypeDesc.FullName)); 1869if (a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1911for (int i = 0; i < a.XmlAnyElements.Count; i++) 1913XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]; 2086if (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)
97xmlAttrs.XmlAnyElements.Add(new XmlAnyElementAttribute());