6 references to XmlAttributeEventHandler
netstandard (1)
netstandard.cs (1)
2407[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventHandler))]
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
28private XmlAttributeEventHandler? _onUnknownAttribute; 46public XmlAttributeEventHandler? OnUnknownAttribute 791public event XmlAttributeEventHandler UnknownAttribute
System.Xml (1)
System.Xml.cs (1)
132[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventHandler))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventHandler))]