1 instantiation of ReadOnlyList
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
191ReadOnlyList<int> readOnlyList = new() { 1, 2, 3 };
1 reference to ReadOnlyList
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
191ReadOnlyList<int> readOnlyList = new() { 1, 2, 3 };