6 overrides of InsertRange
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
266
public override void
InsertRange
(int index, ICollection c)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
891
public override void
InsertRange
(int index, ICollection c)
1340
public override void
InsertRange
(int index, ICollection c)
1767
public override void
InsertRange
(int index, ICollection c)
2022
public override void
InsertRange
(int index, ICollection c)
2397
public override void
InsertRange
(int index, ICollection c)
8 references to InsertRange
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
171
this.InnerList.
InsertRange
(0, collToAdd);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
269
base.
InsertRange
(index, c);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
167
InsertRange
(_size, c);
904
al.
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)
97
this.InnerList.
InsertRange
(0, collToAdd);