1 write to _list
System.Windows.Forms.Tests (1)
System\Windows\Forms\BaseCollectionTests.cs (1)
64public CustomBaseCollection(ArrayList list) => _list = list;
1 reference to _list
System.Windows.Forms.Tests (1)
System\Windows\Forms\BaseCollectionTests.cs (1)
66protected override ArrayList List => _list;