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