1 instantiation of XmlArrayAttribute
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2178XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
11 references to XmlArrayAttribute
netstandard (1)
netstandard.cs (1)
2402[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]
System.Private.Xml (7)
System\Xml\Serialization\XmlAttributes.cs (4)
33private XmlArrayAttribute? _xmlArray; 119else if (attrs[i] is XmlArrayAttribute) 121_xmlArray = (XmlArrayAttribute)attrs[i]; 221public XmlArrayAttribute? XmlArray
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1340XmlArrayAttribute xmlArray = CreateArrayAttribute(); 2176private static XmlArrayAttribute CreateArrayAttribute() 2178XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
System.Xml (1)
System.Xml.cs (1)
127[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
25[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]