3 references to AddRange
System.Windows.Forms.Tests (3)
System\Windows\Forms\NumericUpDownAccelerationCollectionTests.cs (3)
132collection.AddRange(item1, item2, item3); 145collection.Invoking(c => c.AddRange(null!)) 157collection.Invoking(c => c.AddRange(item1, item2!, item3))