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