4 overrides of OnDeserializeUnrecognizedAttribute
System.Configuration.ConfigurationManager (4)
System\Configuration\ProviderSettings.cs (1)
179protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
System\Diagnostics\ListenerElementsCollection.cs (1)
232protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
System\Diagnostics\SourceElementsCollection.cs (1)
83protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
System\Diagnostics\SwitchElementsCollection.cs (1)
47protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
1 reference to OnDeserializeUnrecognizedAttribute
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElement.cs (1)
1482!OnDeserializeUnrecognizedAttribute(propertyName, reader.Value))