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