1 instantiation of XmlArrayItemAttribute
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2167
XmlArrayItemAttribute xmlArrayItem = new
XmlArrayItemAttribute
();
19 references to XmlArrayItemAttribute
netstandard (1)
netstandard.cs (1)
2403
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlArrayItemAttribute
))]
System.Private.Xml (15)
System\Xml\Serialization\XmlArrayItemAttributes.cs (8)
19
public
XmlArrayItemAttribute
? this[int index]
21
get { return (
XmlArrayItemAttribute
?)List[index]; }
28
public int Add(
XmlArrayItemAttribute
? attribute)
36
public void Insert(int index,
XmlArrayItemAttribute
? attribute)
44
public int IndexOf(
XmlArrayItemAttribute
? attribute)
52
public bool Contains(
XmlArrayItemAttribute
? attribute)
60
public void Remove(
XmlArrayItemAttribute
? attribute)
68
public void CopyTo(
XmlArrayItemAttribute
[] array, int index)
System\Xml\Serialization\XmlAttributes.cs (2)
95
else if (attrs[i] is
XmlArrayItemAttribute
)
97
_xmlArrayItems.Add((
XmlArrayItemAttribute
)attrs[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (5)
1509
XmlArrayItemAttribute
xmlArrayItem = attributes[i]!;
2112
XmlArrayItemAttribute
? item = (
XmlArrayItemAttribute
?)arrayTypes[type.FullName, ns];
2165
private static
XmlArrayItemAttribute
CreateArrayItemAttribute(int nestingLevel)
2167
XmlArrayItemAttribute
xmlArrayItem = new XmlArrayItemAttribute();
System.Xml (1)
System.Xml.cs (1)
128
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlArrayItemAttribute
))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
9
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlArrayItemAttribute
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
26
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlArrayItemAttribute
))]