2 instantiations of XmlArrayItemAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
35private XmlArrayItemAttributes _xmlArrayItems = new XmlArrayItemAttributes();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1095_savedArrayItemAttributes = new XmlArrayItemAttributes();
8 references to XmlArrayItemAttributes
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
35private XmlArrayItemAttributes _xmlArrayItems = new XmlArrayItemAttributes(); 250public XmlArrayItemAttributes XmlArrayItems
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (6)
39private XmlArrayItemAttributes _savedArrayItemAttributes; 120XmlArrayItemAttributes previousArrayItemAttributes = _savedArrayItemAttributes; 991private static int CountAtLevel(XmlArrayItemAttributes attributes, int level) 1491private void CreateArrayElementsFromAttributes(ArrayMapping arrayMapping, XmlArrayItemAttributes attributes, Type arrayElementType, string arrayElementNs, RecursionLimiter limiter) 1520XmlArrayItemAttributes previousArrayItemAttributes = _savedArrayItemAttributes; 2092XmlArrayItemAttributes items = a.XmlArrayItems;