4 writes to _tail
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
122_tail = _head; 204_tail = newTask; 307_tail = _head; 611_head = _tail = null;
2 references to _tail
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (2)
195if (_head == _tail) 203_tail.Next = newTask;