1 override of ThrowOnDuplicate
System.Configuration.ConfigurationManager (1)
System\Configuration\KeyValueConfigurationCollection.cs (1)
19protected override bool ThrowOnDuplicate => false;
4 references to ThrowOnDuplicate
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElementCollection.cs (3)
362BaseAdd(elem, ThrowOnDuplicate, true); 383BaseAdd(elem, ThrowOnDuplicate, true); // Add it 491BaseAdd(element, ThrowOnDuplicate);
System\Diagnostics\ListenerElementsCollection.cs (1)
62BaseAdd(listenerElement, ThrowOnDuplicate);