4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
121_head = new Task(null, TaskOps.TransferValue, null); 313_head = null; 320_head = headSave; 608_head = _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
122_tail = _head; 195if (_head == _tail) 270for (Task task = _head.Next; task != null; task = nextTask) 303_head.Next = null; 304_tail = _head; 312Task headSave = _head;