4 writes to _tail
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
123_tail = _head; 205_tail = newTask; 308_tail = _head; 612_head = _tail = null;
2 references to _tail
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (2)
196if (_head == _tail) 204_tail.Next = newTask;