1 instantiation of XmlElementAttributes
System.Private.Xml (1)
System\Xml\Serialization\XmlAttributes.cs (1)
30
private readonly XmlElementAttributes _xmlElements = new
XmlElementAttributes
();
7 references to XmlElementAttributes
netstandard (1)
netstandard.cs (1)
2413
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementAttributes
))]
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (2)
30
private readonly
XmlElementAttributes
_xmlElements = new XmlElementAttributes();
186
public
XmlElementAttributes
XmlElements
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2080
XmlElementAttributes
elements = a.XmlElements;
System.Xml (1)
System.Xml.cs (1)
138
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementAttributes
))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
16
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementAttributes
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
36
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementAttributes
))]