7 references to BaseAdd
System.Collections.Specialized (2)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
305BaseAdd(name, value);
System\Collections\Specialized\NameValueCollection.cs (1)
271BaseAdd(name, values);
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationSectionCollection.cs (2)
24if (factoryId.Group == _configSectionGroup.SectionGroupName) BaseAdd(factoryId.Name, factoryId.Name); 53BaseAdd(name, name);
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
25if (factoryId.Group == _configSectionGroup.SectionGroupName) BaseAdd(factoryId.Name, factoryId.Name); 53BaseAdd(name, name);
System\Configuration\PropertyInformationCollection.cs (1)
17BaseAdd(prop.Name, new PropertyInformation(thisElement, prop.Name));