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