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