5 overrides of InsertRange
mscorlib (5)
system\collections\arraylist.cs (5)
976public override void InsertRange(int index, ICollection c) { 1380public override void InsertRange(int index, ICollection c) { 1772public override void InsertRange(int index, ICollection c) { 2029public override void InsertRange(int index, ICollection c) { 2396public override void InsertRange(int index, ICollection c) {
8 references to InsertRange
mscorlib (5)
system\collections\arraylist.cs (5)
216InsertRange(_size, c); 988al.InsertRange(index, c); 1382_list.InsertRange(index, c); 2203_baseList.InsertRange(_baseIndex + _baseSize, c); 2406_baseList.InsertRange(_baseIndex + index, c);
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
1849_changeLog.InsertRange(0, changeLog);
System.Web (1)
Management\SqlServices.cs (1)
188tables.InsertRange(tables.Count, s_featureInfos[i]._tablesRemovedInUninstall);
System.Xml (1)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
149this.InnerList.InsertRange(0, collToAdd);