6 references to XmlElementEventHandler
netstandard (1)
netstandard.cs (1)
2415
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementEventHandler
))]
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
29
private
XmlElementEventHandler
? _onUnknownElement;
58
public
XmlElementEventHandler
? OnUnknownElement
804
public event
XmlElementEventHandler
UnknownElement
System.Xml (1)
System.Xml.cs (1)
140
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementEventHandler
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
38
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlElementEventHandler
))]