2 writes to OnUnknownAttribute
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (2)
799_events.OnUnknownAttribute += value; 803_events.OnUnknownAttribute -= value;
4 references to OnUnknownAttribute
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationReader.cs (4)
167_events.OnUnknownNode is not null || _events.OnUnknownAttribute is not null; 1207if (_events.OnUnknownAttribute != null) 1212_events.OnUnknownAttribute(_events.sender, e); 1250else if (_r.NodeType == XmlNodeType.Attribute && _events.OnUnknownAttribute == null)