3 instantiations of CustomBaseCollection
System.Windows.Forms.Tests (3)
System\Windows\Forms\BaseCollectionTests.cs (3)
26
CustomBaseCollection collection =
new
([1, 2, 3]);
33
CustomBaseCollection collection =
new
([1, 2, 3]);
49
CustomBaseCollection collection =
new
([1, 2, 3]);
3 references to CustomBaseCollection
System.Windows.Forms.Tests (3)
System\Windows\Forms\BaseCollectionTests.cs (3)
26
CustomBaseCollection
collection = new([1, 2, 3]);
33
CustomBaseCollection
collection = new([1, 2, 3]);
49
CustomBaseCollection
collection = new([1, 2, 3]);