2 instantiations of XmlArrayAttribute
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2179
XmlArrayAttribute xmlArrayItem = new
XmlArrayAttribute
();
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1191
member.XmlAttributes.XmlArray = 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)
33
private
XmlArrayAttribute
? _xmlArray;
136
else if (attrs[i] is
XmlArrayAttribute
)
138
_xmlArray = (
XmlArrayAttribute
)attrs[i];
238
public
XmlArrayAttribute
? XmlArray
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1341
XmlArrayAttribute
xmlArray = CreateArrayAttribute();
2177
private static
XmlArrayAttribute
CreateArrayAttribute()
2179
XmlArrayAttribute
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
))]