4 references to BaseAdd
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElementCollection.cs (4)
362
BaseAdd
(elem, ThrowOnDuplicate, true);
383
BaseAdd
(elem, ThrowOnDuplicate, true); // Add it
471
BaseAdd
(elem, true, true); // This version combines dups and throws (unless overridden)
496
BaseAdd
(element, throwIfExists, false);