1 instantiation of XmlAttributeEventArgs
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1145XmlAttributeEventArgs e = new XmlAttributeEventArgs(attr, lineNumber, linePosition, o, qnames);
4 references to XmlAttributeEventArgs
System.Web.Services (2)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
279internal static void OnUnknownAttribute(object sender, XmlAttributeEventArgs e) {
System\Web\Services\Protocols\RuntimeUtils.cs (1)
29static void OnUnknownAttribute(object sender, XmlAttributeEventArgs e) {
System.Xml (2)
System\Xml\Serialization\_Events.cs (1)
19public delegate void XmlAttributeEventHandler(object sender, XmlAttributeEventArgs e);
System\Xml\Serialization\XmlSerializationReader.cs (1)
1145XmlAttributeEventArgs e = new XmlAttributeEventArgs(attr, lineNumber, linePosition, o, qnames);