10 references to BaseAdd
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ExternTypeCollection.cs (1)
96 this.BaseAdd (value.FullName, value);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinitionCollection.cs (1)
98 this.BaseAdd (value.FullName, value);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeReferenceCollection.cs (1)
98 this.BaseAdd (value.FullName, value);
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));