3 writes to current
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (3)
254this.current = this.headElement; 260this.current = this.current.Next; 269this.current = null;
6 references to current
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (6)
243Debug.Assert(this.current != null); // Since this is for internal use only. 244return this.current.Int; 253Debug.Assert(this.current == null); 259Debug.Assert(this.current != null); // Since this is for internal use only. 260this.current = this.current.Next; 262return (this.current != null);