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