4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
130_head = new Task(null, TaskOps.TransferValue, null); 325_head = null; 332_head = headSave; 620_head = _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
131_tail = _head; 204if (_head == _tail) 282for (Task task = _head.Next; task != null; task = nextTask) 315_head.Next = null; 316_tail = _head; 324Task headSave = _head;