4 writes to count
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (4)
101this.count++; 112this.count = 0; 160this.count--; 205this.count--;
2 references to count
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (2)
43Debug.Assert(index < this.count); 74return this.count;