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