9 references to BaseRemove
System.Configuration.ConfigurationManager (8)
System\Configuration\ConnectionStringSettingsCollection.cs (2)
51if (BaseIndexOf(settings) >= 0) BaseRemove(settings.Key); 61BaseRemove(name);
System\Configuration\DateTimeConfigurationCollection.cs (1)
32BaseRemove(dateTime);
System\Configuration\KeyValueConfigurationCollection.cs (1)
54BaseRemove(key);
System\Configuration\NameValueConfigurationCollection.cs (2)
39BaseRemove(nameValue.Name); 44BaseRemove(name);
System\Configuration\ProviderSettingsCollection.cs (1)
42BaseRemove(name);
System\Configuration\SettingElementCollection.cs (1)
46BaseRemove(GetElementKey(element));
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheSettingsCollection.cs (1)
72BaseRemove(cache.Name);