4 references to XmlArrayItems
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1508if (CountAtLevel(a.XmlArrayItems, arrayNestingLevel) == 0) 1509a.XmlArrayItems.Add(CreateArrayItemAttribute(arrayElementTypeDesc, arrayNestingLevel)); 1513savedArrayItemAttributes = a.XmlArrayItems; 1824XmlArrayItemAttributes items = a.XmlArrayItems;