3 references to BaseRemove
System.Collections.Specialized (1)
System\Collections\Specialized\NameValueCollection.cs (1)
320BaseRemove(name);
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationSectionCollection.cs (1)
133if (!_configRecord.SectionFactories.Contains(configKey)) BaseRemove(name);
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
134if (!_configRecord.SectionFactories.Contains(configKey)) BaseRemove(name);