3 writes to XmlArray
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1344
a.
XmlArray
= xmlArray;
1742
a.
XmlArray
??= CreateArrayAttribute();
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1191
member.XmlAttributes.
XmlArray
= new XmlArrayAttribute();
19 references to XmlArray
System.Private.Xml (10)
System\Xml\Serialization\XmlReflectionImporter.cs (10)
1746
arrayElement.Name = XmlConvert.EncodeLocalName(a.
XmlArray
.ElementName.Length == 0 ? accessorName : a.
XmlArray
.ElementName);
1747
arrayElement.Namespace = rpc ? null : a.
XmlArray
.Namespace ?? ns;
1752
arrayElement.IsNullable = a.
XmlArray
.IsNullable;
1753
arrayElement.Form = rpc ? XmlSchemaForm.Unqualified : a.
XmlArray
.Form == XmlSchemaForm.None ? elementFormDefault : a.
XmlArray
.Form;
1754
sequenceId = a.
XmlArray
.Order;
2074
if (a.
XmlArray
!= null && a.
XmlArray
.Namespace != null)
2076
throw new InvalidOperationException(SR.Format(SR.XmlRpcLitElementNamespace, "Namespace", a.
XmlArray
.Namespace));
System.ServiceModel.Primitives (9)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (9)
1166
if (member.XmlAttributes.
XmlArray
!= null && isMultiple)
1177
if (member.XmlAttributes.
XmlArray
!= null)
1179
if (member.XmlAttributes.
XmlArray
.ElementName == String.Empty)
1181
member.XmlAttributes.
XmlArray
.ElementName = elementName.DecodedName;
1184
if (member.XmlAttributes.
XmlArray
.Namespace == null)
1186
member.XmlAttributes.
XmlArray
.Namespace = ns;
1192
member.XmlAttributes.
XmlArray
.ElementName = elementName.DecodedName;
1193
member.XmlAttributes.
XmlArray
.Namespace = ns;
1233
xmlAttributes.
XmlArray
== null &&