2 writes to OnUnknownAttribute
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (2)
796_events.OnUnknownAttribute += value; 800_events.OnUnknownAttribute -= value;
3 references to OnUnknownAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationReader.cs (3)
1172if (_events.OnUnknownAttribute != null) 1177_events.OnUnknownAttribute(_events.sender, e); 1215else if (_r.NodeType == XmlNodeType.Attribute && _events.OnUnknownAttribute == null)