5 instantiations of XmlAnyElement
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAppInfo.cs (1)
38[XmlText(), XmlAnyElement]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDocumentation.cs (1)
52[XmlText(), XmlAnyElement]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (1)
64[XmlAnyElement]
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
97xmlAttrs.XmlAnyElements.Add(new XmlAnyElementAttribute());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
664[XmlAnyElement("documentation", Namespace = ServiceDescription.Namespace)]
18 references to XmlAnyElement
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAnyElementAttributes.cs (8)
22public XmlAnyElementAttribute this[int index] 24get { return (XmlAnyElementAttribute)List[index]; } 32public int Add(XmlAnyElementAttribute attribute) 41public void Insert(int index, XmlAnyElementAttribute attribute) 50public int IndexOf(XmlAnyElementAttribute attribute) 59public bool Contains(XmlAnyElementAttribute attribute) 68public void Remove(XmlAnyElementAttribute attribute) 77public void CopyTo(XmlAnyElementAttribute[] array, int index)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (5)
103XmlAnyElementAttribute wildcard = null; 119else if (attrib is XmlAnyElementAttribute) 121XmlAnyElementAttribute any = (XmlAnyElementAttribute)attrib; 129_xmlAnyElements.Add((XmlAnyElementAttribute)attrib);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
945CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlAnyElementAttribute).FullName);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1670XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]; 1913XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
289if (attr is XmlAnyElementAttribute) 291if (String.IsNullOrEmpty(((XmlAnyElementAttribute)attr).Name))