3 writes to _xmlArray
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
138_xmlArray = (XmlArrayAttribute)attrs[i]; 176_xmlArray = null; 241set { _xmlArray = value; }
2 references to _xmlArray
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
61if (_xmlArray != null) flags |= XmlAttributeFlags.Array; 240get { return _xmlArray; }