2 instantiations of XmlArrayItemAttributes
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (1)
35XmlArrayItemAttributes xmlArrayItems = new XmlArrayItemAttributes();
System\Xml\Serialization\XmlReflectionImporter.cs (1)
956savedArrayItemAttributes = new XmlArrayItemAttributes();
8 references to XmlArrayItemAttributes
System.Xml (8)
System\Xml\Serialization\XmlAttributes.cs (2)
35XmlArrayItemAttributes xmlArrayItems = new XmlArrayItemAttributes(); 225public XmlArrayItemAttributes XmlArrayItems {
System\Xml\Serialization\XmlReflectionImporter.cs (6)
40XmlArrayItemAttributes savedArrayItemAttributes; 112XmlArrayItemAttributes previousArrayItemAttributes = savedArrayItemAttributes; 867private static int CountAtLevel(XmlArrayItemAttributes attributes, int level) { 1296void CreateArrayElementsFromAttributes(ArrayMapping arrayMapping, XmlArrayItemAttributes attributes, Type arrayElementType, string arrayElementNs, RecursionLimiter limiter) { 1322XmlArrayItemAttributes previousArrayItemAttributes = savedArrayItemAttributes; 1824XmlArrayItemAttributes items = a.XmlArrayItems;