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