2 instantiations of XmlArrayItemAttributes
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (1)
31private readonly XmlArrayItemAttributes _xmlArrayItems = new XmlArrayItemAttributes();
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1098_savedArrayItemAttributes ??= new XmlArrayItemAttributes();
12 references to XmlArrayItemAttributes
netstandard (1)
netstandard.cs (1)
2404[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))]
System.Private.Xml (8)
System\Xml\Serialization\XmlAttributes.cs (2)
31private readonly XmlArrayItemAttributes _xmlArrayItems = new XmlArrayItemAttributes(); 230public XmlArrayItemAttributes XmlArrayItems
System\Xml\Serialization\XmlReflectionImporter.cs (6)
40private XmlArrayItemAttributes? _savedArrayItemAttributes; 120XmlArrayItemAttributes? previousArrayItemAttributes = _savedArrayItemAttributes; 995private static int CountAtLevel(XmlArrayItemAttributes attributes, int level) 1503private void CreateArrayElementsFromAttributes(ArrayMapping arrayMapping, XmlArrayItemAttributes attributes, Type arrayElementType, string? arrayElementNs, RecursionLimiter limiter) 1534XmlArrayItemAttributes? previousArrayItemAttributes = _savedArrayItemAttributes; 2103XmlArrayItemAttributes items = a.XmlArrayItems;
System.Xml (1)
System.Xml.cs (1)
129[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
27[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))]