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