11 references to BaseAdd
System.Configuration (2)
System\Configuration\ConfigurationElementCollection.cs (1)
463BaseAdd(element, ThrowOnDuplicate);
System\Configuration\ConnectionStringSettingsCollection.cs (1)
64BaseAdd(element, false);
System.Web (8)
Configuration\CustomErrorCollection.cs (1)
121BaseAdd(customError, false);
Configuration\FormsAuthenticationUserCollection.cs (1)
192BaseAdd(user, false);
Configuration\HttpHandlerActionCollection.cs (1)
68BaseAdd(httpHandlerAction, false);
Configuration\OutputCacheProfileCollection.cs (1)
106BaseAdd(user, false);
Configuration\ProfileGroupSettingsCollection.cs (2)
65BaseAdd(groupSettings, false); 137BaseAdd(group, false);
Configuration\ProfilePropertySettingsCollection.cs (1)
121BaseAdd(propertySettings, false);
Configuration\SqlCacheDependencyDatabaseCollection.cs (1)
100BaseAdd(user, false);
System.Xaml.Hosting (1)
System\Xaml\Hosting\Configuration\HandlerElementCollection.cs (1)
63this.BaseAdd(handlerElement, false);