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