4 writes to _tail
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
131_tail = _head; 213_tail = newTask; 316_tail = _head; 620_head = _tail = null;
2 references to _tail
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (2)
204if (_head == _tail) 212_tail.Next = newTask;