4 references to xmlArrayItems
System.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (4)
62
if (
xmlArrayItems
.Count > 0) flags |= XmlAttributeFlags.ArrayItems;
107
this.
xmlArrayItems
.Add((XmlArrayItemAttribute)attrs[i]);
152
this.
xmlArrayItems
.Clear();
226
get { return
xmlArrayItems
; }