4 references to XmlArrayItems
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1759
if (CountAtLevel(a.
XmlArrayItems
, _arrayNestingLevel) == 0)
1760
a.
XmlArrayItems
.Add(CreateArrayItemAttribute(_arrayNestingLevel));
1764
_savedArrayItemAttributes = a.
XmlArrayItems
;
2123
XmlArrayItemAttributes items = a.
XmlArrayItems
;