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