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