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