4 references to XmlArrayItems
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1745
if (CountAtLevel(a.
XmlArrayItems
, _arrayNestingLevel) == 0)
1746
a.
XmlArrayItems
.Add(CreateArrayItemAttribute(_arrayNestingLevel));
1750
_savedArrayItemAttributes = a.
XmlArrayItems
;
2109
XmlArrayItemAttributes items = a.
XmlArrayItems
;