1 instantiation of XmlAttributeEventArgs
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1176XmlAttributeEventArgs e = new XmlAttributeEventArgs(attr, lineNumber, linePosition, o, qnames);
5 references to XmlAttributeEventArgs
netstandard (1)
netstandard.cs (1)
2406[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventArgs))]
System.Private.Xml (2)
System\Xml\Serialization\_Events.cs (1)
12public delegate void XmlAttributeEventHandler(object? sender, XmlAttributeEventArgs e);
System\Xml\Serialization\XmlSerializationReader.cs (1)
1176XmlAttributeEventArgs e = new XmlAttributeEventArgs(attr, lineNumber, linePosition, o, qnames);
System.Xml (1)
System.Xml.cs (1)
131[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventArgs))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventArgs))]