3 writes to xmlArray
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
126this.xmlArray = (XmlArrayAttribute)attrs[i]; 156this.xmlArray = null; 218set { xmlArray = value; }
2 references to xmlArray
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
64if (xmlArray != null) flags |= XmlAttributeFlags.Array; 217get { return xmlArray; }