2 instantiations of XmlArrayItemAttributes
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (1)
31
private 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)
31
private readonly
XmlArrayItemAttributes
_xmlArrayItems = new XmlArrayItemAttributes();
230
public
XmlArrayItemAttributes
XmlArrayItems
System\Xml\Serialization\XmlReflectionImporter.cs (6)
40
private
XmlArrayItemAttributes
? _savedArrayItemAttributes;
120
XmlArrayItemAttributes
? previousArrayItemAttributes = _savedArrayItemAttributes;
995
private static int CountAtLevel(
XmlArrayItemAttributes
attributes, int level)
1503
private void CreateArrayElementsFromAttributes(ArrayMapping arrayMapping,
XmlArrayItemAttributes
attributes, Type arrayElementType, string? arrayElementNs, RecursionLimiter limiter)
1534
XmlArrayItemAttributes
? previousArrayItemAttributes = _savedArrayItemAttributes;
2103
XmlArrayItemAttributes
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
))]