4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
121_head = new Task(null, TaskOps.TransferValue, null); 316_head = null; 323_head = headSave; 611_head = _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
122_tail = _head; 195if (_head == _tail) 273for (Task task = _head.Next; task != null; task = nextTask) 306_head.Next = null; 307_tail = _head; 315Task headSave = _head;