4 writes to count
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (4)
118this.count++; 129this.count = 0; 188this.count--; 215this.count--;
2 references to count
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (2)
54Debug.Assert(index < this.count); 95return this.count;