4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
122_head = new Task(null, TaskOps.TransferValue, null); 317_head = null; 324_head = headSave; 612_head = _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
123_tail = _head; 196if (_head == _tail) 274for (Task task = _head.Next; task != null; task = nextTask) 307_head.Next = null; 308_tail = _head; 316Task headSave = _head;