6 overrides of AddRange
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
254public override void AddRange(ICollection c)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
754public override void AddRange(ICollection c) 1212public override void AddRange(ICollection c) 1694public override void AddRange(ICollection c) 1948public override void AddRange(ICollection c) 2200public override void AddRange(ICollection c)
33 references to AddRange
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
594_derivedRestriction.Patterns.AddRange(baseRestriction.Patterns);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
690memberTypeDefinitions.AddRange(uniondt.BaseMemberTypes);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
775memberTypeDefinitions.AddRange(uniondt.BaseMemberTypes);
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
700perfCounters.AddRange(counters.Values);
MSBuild (2)
CommandLineSwitches.cs (2)
546_parameterizedSwitches[(int)parameterizedSwitch].parameters.AddRange(QuotingUtilities.SplitUnquoted(switchParameters, int.MaxValue, false /* discard empty parameters */, unquoteParameters, out emptyParameters, s_parameterSeparators)); 958_parameterizedSwitches[j].parameters.AddRange(switchesToAppend._parameterizedSwitches[j].parameters);
System.Collections.Specialized (1)
System\Collections\Specialized\StringCollection.cs (1)
76data.AddRange(value);
System.ComponentModel.Primitives (1)
System\ComponentModel\ComponentCollection.cs (1)
10public ComponentCollection(IComponent[] components) => InnerList.AddRange(components);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
198propList.AddRange(child.Properties);
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationLocationCollection.cs (1)
12InnerList.AddRange(col);
System.Data.Common (1)
System\Data\DataTableCollection.cs (1)
620_list.AddRange(tableList);
System.Diagnostics.Process (2)
System\Diagnostics\ProcessModuleCollection.cs (1)
16InnerList.AddRange(processModules);
System\Diagnostics\ProcessThreadCollection.cs (1)
25InnerList.AddRange(processThreads);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
257base.AddRange(c);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
63AddRange(c); 1216_list.AddRange(c);
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (1)
593_derivedRestriction.Patterns.AddRange(baseRestriction.Patterns!);
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
32_copyEvents.AddRange(copyEvents);
System.Windows.Forms (1)
System\Windows\Forms\Input\InputLanguageCollection.cs (1)
22InnerList.AddRange(value);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignSurface.cs (1)
454newErrors.AddRange(errors);
System\Drawing\Design\ToolboxItemCollection.cs (2)
18InnerList.AddRange(value); 26InnerList.AddRange(value);
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\DirectionButtonAccessibleObjectTests.cs (2)
18domainUpDown.Items.AddRange(new string[] { "First", "Second", "Third" }); 36domainUpDown.Items.AddRange(new string[] { "First", "Second", "Third" });
System\Windows\Forms\DomainUpDownTests.cs (7)
1355_control.Items.AddRange(new string[] { "Item1", "Item2", "Item3" }); 1372_control.Items.AddRange(new string[] { "Item1", "Item2", "Item3" }); 1389_control.Items.AddRange(items); 1403_control.Items.AddRange(new string[] { "Item1", "Item2", "Item3" }); 1420_control.Items.AddRange(new string[] { "Item1", "Item2", "Item3" }); 1429_control.Items.AddRange(new string[] { "Item1", "Item2", "Item3" }); 1439_control.Items.AddRange(new string[] { "Item1", "Item2", "Item3" });
System.Xaml (1)
System\Windows\Markup\ArrayExtension.cs (1)
45_arrayList.AddRange(elements);
WinFormsControlsTest (1)
CollectionEditors.cs (1)
32domainUpDown1.Items.AddRange(_stringCollection);