4 references to XmlArrayItems
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1743if (CountAtLevel(a.XmlArrayItems, _arrayNestingLevel) == 0) 1744a.XmlArrayItems.Add(CreateArrayItemAttribute(_arrayNestingLevel)); 1748_savedArrayItemAttributes = a.XmlArrayItems; 2107XmlArrayItemAttributes items = a.XmlArrayItems;