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