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