16 instantiations of XmlArrayAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1027member.XmlAttributes.XmlArray = new XmlArrayAttribute();
System.Web.Extensions (13)
Compilation\WCFModel\ClientOptions.cs (6)
134[XmlSerialization.XmlArray(ElementName = "ExcludedTypes")] 207[XmlSerialization.XmlArray(ElementName = "NamespaceMappings")] 226[XmlSerialization.XmlArray(ElementName = "CollectionMappings")] 381[XmlSerialization.XmlArray(ElementName = "ReferencedAssemblies")] 400[XmlSerialization.XmlArray(ElementName = "ReferencedDataContractTypes")] 419[XmlSerialization.XmlArray(ElementName = "ServiceContractMappings")]
Compilation\WCFModel\DataSvcMapFile.cs (4)
130[XmlArray(ElementName = "MetadataSources", Order = 0)] 144[XmlArray(ElementName = "Metadata", Order = 1)] 158[XmlArray(ElementName = "Extensions", Order = 2)] 172[XmlArray(ElementName = "Parameters", Order = 3)]
Compilation\WCFModel\SvcMapFile.cs (3)
151[XmlArray(ElementName = "MetadataSources", Order = 1)] 165[XmlArray(ElementName = "Metadata", Order = 2)] 179[XmlArray(ElementName = "Extensions", Order = 3)]
System.Web.Services (1)
System\Web\Services\Description\WebReferenceOptions.cs (1)
51[XmlArray("schemaImporterExtensions")]
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1883XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
8 references to XmlArrayAttribute
System.Xml (8)
System\Xml\Serialization\XmlAttributes.cs (4)
37XmlArrayAttribute xmlArray; 125else if (attrs[i] is XmlArrayAttribute) { 126this.xmlArray = (XmlArrayAttribute)attrs[i]; 216public XmlArrayAttribute XmlArray {
System\Xml\Serialization\XmlCodeExporter.cs (1)
772ExportMetadata(metadata, typeof(XmlArrayAttribute), name, ns, null, null, isNullable ? (object)true : null, form, 0, sequenceId);
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1157XmlArrayAttribute xmlArray = CreateArrayAttribute(typeDesc); 1882static XmlArrayAttribute CreateArrayAttribute(TypeDesc typeDesc) { 1883XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();