4 references to _xmlArrayItems
System.Private.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (4)
59
if (
_xmlArrayItems
.Count > 0) flags |= XmlAttributeFlags.ArrayItems;
97
_xmlArrayItems
.Add((XmlArrayItemAttribute)attrs[i]);
155
_xmlArrayItems
.Clear();
232
get { return
_xmlArrayItems
; }