1 instantiation of XmlAnyElementAttributes
System.Private.Xml (1)
System\Xml\Serialization\XmlAttributes.cs (1)
32
private readonly XmlAnyElementAttributes _xmlAnyElements = new
XmlAnyElementAttributes
();
6 references to XmlAnyElementAttributes
netstandard (1)
netstandard.cs (1)
2401
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyElementAttributes
))]
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
32
private readonly
XmlAnyElementAttributes
_xmlAnyElements = new XmlAnyElementAttributes();
274
public
XmlAnyElementAttributes
XmlAnyElements
System.Xml (1)
System.Xml.cs (1)
126
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyElementAttributes
))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyElementAttributes
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
24
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyElementAttributes
))]