16 instantiations of XmlArrayAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1027
member.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)
1883
XmlArrayAttribute xmlArrayItem = new
XmlArrayAttribute
();
8 references to XmlArrayAttribute
System.Xml (8)
System\Xml\Serialization\XmlAttributes.cs (4)
37
XmlArrayAttribute
xmlArray;
125
else if (attrs[i] is
XmlArrayAttribute
) {
126
this.xmlArray = (
XmlArrayAttribute
)attrs[i];
216
public
XmlArrayAttribute
XmlArray {
System\Xml\Serialization\XmlCodeExporter.cs (1)
772
ExportMetadata(metadata, typeof(
XmlArrayAttribute
), name, ns, null, null, isNullable ? (object)true : null, form, 0, sequenceId);
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1157
XmlArrayAttribute
xmlArray = CreateArrayAttribute(typeDesc);
1882
static
XmlArrayAttribute
CreateArrayAttribute(TypeDesc typeDesc) {
1883
XmlArrayAttribute
xmlArrayItem = new XmlArrayAttribute();