6 overrides of InsertRange
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
266public override void InsertRange(int index, ICollection c)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
891public override void InsertRange(int index, ICollection c) 1340public override void InsertRange(int index, ICollection c) 1767public override void InsertRange(int index, ICollection c) 2022public override void InsertRange(int index, ICollection c) 2397public override void InsertRange(int index, ICollection c)
8 references to InsertRange
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
171this.InnerList.InsertRange(0, collToAdd);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
269base.InsertRange(index, c);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
167InsertRange(_size, c); 904al.InsertRange(index, c); 1344_list.InsertRange(index, c); 2208_baseList.InsertRange(_baseIndex + _baseSize, c); 2406_baseList.InsertRange(_baseIndex + index, c);
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
97this.InnerList.InsertRange(0, collToAdd);