4 overrides of OnDeserializeUnrecognizedAttribute
System.Configuration (1)
System\Configuration\ProviderSettings.cs (1)
217protected override bool OnDeserializeUnrecognizedAttribute(String name, String value)
System.IdentityModel (1)
System\IdentityModel\Configuration\ConfigurationElementInterceptor.cs (1)
30protected override bool OnDeserializeUnrecognizedAttribute( string name, string value )
System.Workflow.Runtime (1)
Configuration\WorkflowRuntimeServiceElement.cs (1)
52protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
System.WorkflowServices (1)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (1)
105protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
2 references to OnDeserializeUnrecognizedAttribute
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
1501else if (serializeCollectionKey || !OnDeserializeUnrecognizedAttribute(propertyName, reader.Value)) {
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
449this.OnDeserializeUnrecognizedAttribute(reader.Name, reader.Value);