158 instantiations of XmlElement
System.ServiceModel (7)
System\ServiceModel\Description\MetadataSection.cs (5)
65[XmlElement(MetadataStrings.XmlSchema.Schema, typeof(XsdNS.XmlSchema), Namespace = XsdNS.XmlSchema.Namespace)] 69[XmlElement(MetadataStrings.ServiceDescription.Definitions, typeof(WsdlNS.ServiceDescription), Namespace = WsdlNS.ServiceDescription.Namespace)] 70[XmlElement(MetadataStrings.MetadataExchangeStrings.MetadataReference, typeof(MetadataReference), Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)] 71[XmlElement(MetadataStrings.MetadataExchangeStrings.Location, typeof(MetadataLocation), Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)] 72[XmlElement(MetadataStrings.MetadataExchangeStrings.Metadata, typeof(MetadataSet), Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)]
System\ServiceModel\Description\MetadataSet.cs (1)
36[XmlElement(MetadataStrings.MetadataExchangeStrings.MetadataSection, Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)]
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1038XmlElementAttribute elementAttribute = new XmlElementAttribute();
System.Web.Extensions (12)
Compilation\WCFModel\ClientOptions.cs (11)
51[XmlSerialization.XmlElement()] 75[XmlSerialization.XmlElement()] 116[XmlSerialization.XmlElement()] 153[XmlSerialization.XmlElement()] 171[XmlSerialization.XmlElement()] 189[XmlSerialization.XmlElement()] 245[XmlSerialization.XmlElement()] 263[XmlSerialization.XmlElement()] 282[XmlSerialization.XmlElement()] 323[XmlSerialization.XmlElement()] 363[XmlSerialization.XmlElement()]
Compilation\WCFModel\SvcMapFile.cs (1)
130[XmlElement(ElementName = "ClientOptions", Order = 0)]
System.Web.Services (28)
System\Web\Services\Configuration\WebServicesSection.cs (2)
101XmlElementAttribute attr = new XmlElementAttribute(name, discoveryReferenceType); 211XmlElementAttribute xmlAttr = new XmlElementAttribute(extensionAttr.ElementName, extensionType);
System\Web\Services\Description\MimeFormatExtensions.cs (3)
51[XmlElement("part")] 120[XmlElement("match", typeof(MimeTextMatch))] 208[XmlElement("match")]
System\Web\Services\Description\ServiceDescription.cs (17)
101[XmlElement("import")] 110[XmlElement("types")] 122[XmlElement("message")] 131[XmlElement("portType")] 140[XmlElement("binding")] 149[XmlElement("service")] 756[XmlElement("port")] 873[XmlElement("input")] 891[XmlElement("output")] 909[XmlElement("fault")] 951[XmlElement("operation")] 1126[XmlElement("input", typeof(OperationInput)), 1127XmlElement("output", typeof(OperationOutput))] 1136[XmlElement("fault")] 1231[XmlElement("operation")] 1272[XmlElement("part")] 1385[XmlElement("schema", typeof(XmlSchema), Namespace = XmlSchema.Namespace)]
System\Web\Services\Description\SoapFormatExtensions.cs (1)
251[XmlElement("headerfault")]
System\Web\Services\Description\WebReferenceOptions.cs (3)
36[XmlElement("codeGenerationOptions")] 66[XmlElement("style")] 80[XmlElement("verbose")]
System\Web\Services\Discovery\DynamicDiscoveryDocument.cs (1)
39[XmlElement("exclude", typeof(ExcludePathInfo))]
System\Web\Services\Protocols\SoapReflector.cs (1)
492XmlElementAttribute attr = new XmlElementAttribute();
System.Xml (111)
System\Xml\Schema\XmlSchema.cs (11)
323[XmlElement("include", typeof(XmlSchemaInclude)), 324XmlElement("import", typeof(XmlSchemaImport)), 325XmlElement("redefine", typeof(XmlSchemaRedefine))] 334[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 335XmlElement("attribute", typeof(XmlSchemaAttribute)), 336XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 337XmlElement("complexType", typeof(XmlSchemaComplexType)), 338XmlElement("simpleType", typeof(XmlSchemaSimpleType)), 339XmlElement("element", typeof(XmlSchemaElement)), 340XmlElement("group", typeof(XmlSchemaGroup)), 341XmlElement("notation", typeof(XmlSchemaNotation))]
System\Xml\Schema\XmlSchemaAll.cs (1)
24[XmlElement("element", typeof(XmlSchemaElement))]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
36[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaAnnotation.cs (2)
36[XmlElement("documentation", typeof(XmlSchemaDocumentation)), 37XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
System\Xml\Schema\XmlSchemaAttribute.cs (1)
101[XmlElement("simpleType")]
System\Xml\Schema\XmlSchemaAttributeGroup.cs (3)
41[XmlElement("attribute", typeof(XmlSchemaAttribute)), 42XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 51[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaChoice.cs (5)
24[XmlElement("element", typeof(XmlSchemaElement)), 25XmlElement("group", typeof(XmlSchemaGroupRef)), 26XmlElement("choice", typeof(XmlSchemaChoice)), 27XmlElement("sequence", typeof(XmlSchemaSequence)), 28XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaComplexContent.cs (2)
35[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), 36XmlElement("extension", typeof(XmlSchemaComplexContentExtension))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (7)
37[XmlElement("group", typeof(XmlSchemaGroupRef)), 38XmlElement("choice", typeof(XmlSchemaChoice)), 39XmlElement("all", typeof(XmlSchemaAll)), 40XmlElement("sequence", typeof(XmlSchemaSequence))] 50[XmlElement("attribute", typeof(XmlSchemaAttribute)), 51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 61[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (7)
37[XmlElement("group", typeof(XmlSchemaGroupRef)), 38XmlElement("choice", typeof(XmlSchemaChoice)), 39XmlElement("all", typeof(XmlSchemaAll)), 40XmlElement("sequence", typeof(XmlSchemaSequence))] 50[XmlElement("attribute", typeof(XmlSchemaAttribute)), 51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 60[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaComplexType.cs (9)
178[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)), 179XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 189[XmlElement("group", typeof(XmlSchemaGroupRef)), 190XmlElement("choice", typeof(XmlSchemaChoice)), 191XmlElement("all", typeof(XmlSchemaAll)), 192XmlElement("sequence", typeof(XmlSchemaSequence))] 202[XmlElement("attribute", typeof(XmlSchemaAttribute)), 203XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 217[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaElement.cs (5)
174[XmlElement("complexType", typeof(XmlSchemaComplexType)), 175XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 185[XmlElement("key", typeof(XmlSchemaKey)), 186XmlElement("keyref", typeof(XmlSchemaKeyref)), 187XmlElement("unique", typeof(XmlSchemaUnique))]
System\Xml\Schema\XmlSchemaGroup.cs (3)
38[XmlElement("choice", typeof(XmlSchemaChoice)), 39XmlElement("all", typeof(XmlSchemaAll)), 40XmlElement("sequence", typeof(XmlSchemaSequence))]
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
39[XmlElement("selector", typeof(XmlSchemaXPath))] 49[XmlElement("field", typeof(XmlSchemaXPath))]
System\Xml\Schema\XmlSchemaImport.cs (1)
33[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaInclude.cs (1)
24[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaRedefine.cs (5)
35[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 36XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 37XmlElement("complexType", typeof(XmlSchemaComplexType)), 38XmlElement("group", typeof(XmlSchemaGroup)), 39XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Schema\XmlSchemaSequence.cs (5)
23[XmlElement("element", typeof(XmlSchemaElement)), 24XmlElement("group", typeof(XmlSchemaGroupRef)), 25XmlElement("choice", typeof(XmlSchemaChoice)), 26XmlElement("sequence", typeof(XmlSchemaSequence)), 27XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaSimpleContent.cs (2)
23[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)), 24XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (3)
35[XmlElement("attribute", typeof(XmlSchemaAttribute)), 36XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 45[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (16)
37[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 47[XmlElement("length", typeof(XmlSchemaLengthFacet)), 48XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 49XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 50XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 51XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 52XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 53XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 54XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 55XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 56XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 57XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 58XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))] 67[XmlElement("attribute", typeof(XmlSchemaAttribute)), 68XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 77[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
30[XmlElement("restriction", typeof(XmlSchemaSimpleTypeRestriction)), 31XmlElement("list", typeof(XmlSchemaSimpleTypeList)), 32XmlElement("union", typeof(XmlSchemaSimpleTypeUnion))]
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
35[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (13)
36[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 46[XmlElement("length", typeof(XmlSchemaLengthFacet)), 47XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 48XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 49XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 50XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 51XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 52XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 53XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 54XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 55XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 56XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 57XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
25[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1888XmlElementAttribute xmlElement = new XmlElementAttribute();
29 references to XmlElement
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1038XmlElementAttribute elementAttribute = new XmlElementAttribute(); 1046foreach (XmlElementAttribute elementAttribute in member.XmlAttributes.XmlElements)
System.Web.Extensions (4)
Compilation\WCFModel\SchemaMerger.cs (4)
35typeof(System.Xml.Serialization.XmlElementAttribute), 642if (attribute is System.Xml.Serialization.XmlElementAttribute) 644System.Xml.Serialization.XmlElementAttribute elementAttribute = (System.Xml.Serialization.XmlElementAttribute)attribute;
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (2)
101XmlElementAttribute attr = new XmlElementAttribute(name, discoveryReferenceType); 211XmlElementAttribute xmlAttr = new XmlElementAttribute(extensionAttr.ElementName, extensionType);
System\Web\Services\Protocols\SoapReflector.cs (1)
492XmlElementAttribute attr = new XmlElementAttribute();
System.Xml (20)
System\Xml\Serialization\XmlAttributes.cs (2)
103else if (attrs[i] is XmlElementAttribute) { 104this.xmlElements.Add((XmlElementAttribute)attrs[i]);
System\Xml\Serialization\XmlCodeExporter.cs (2)
768ExportMetadata(metadata, typeof(XmlElementAttribute), name, ns, typeDesc, dataTypeDesc, isNullable ? (object)true : null, form, 0, sequenceId); 811if (attribute.Arguments.Count == 0 && attributeType == typeof(XmlElementAttribute)) return;
System\Xml\Serialization\XmlElementAttributes.cs (8)
24public XmlElementAttribute this[int index] { 25get { return (XmlElementAttribute)List[index]; } 33public int Add(XmlElementAttribute attribute) { 41public void Insert(int index, XmlElementAttribute attribute) { 49public int IndexOf(XmlElementAttribute attribute) { 57public bool Contains(XmlElementAttribute attribute) { 65public void Remove(XmlElementAttribute attribute) { 73public void CopyTo(XmlElementAttribute[] array, int index) {
System\Xml\Serialization\XmlReflectionImporter.cs (8)
1164XmlElementAttribute xmlElement = CreateElementAttribute(typeDesc); 1421XmlElementAttribute xmlElement = a.XmlElements[i]; 1576XmlElementAttribute xmlElement = a.XmlElements[i]; 1633XmlElementAttribute xmlElement = a.XmlElements[i]; 1790XmlElementAttribute xmlElement = a.XmlElements[0]; 1833throw new InvalidOperationException(Res.GetString(Res.XmlArrayItemAmbiguousTypes, accessorName, item.ElementName, items[i].ElementName, typeof(XmlElementAttribute).Name, typeof(XmlChoiceIdentifierAttribute).Name, accessorName)); 1887static XmlElementAttribute CreateElementAttribute(TypeDesc typeDesc) { 1888XmlElementAttribute xmlElement = new XmlElementAttribute();