4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
122
_head
= new Task(null, TaskOps.TransferValue, null);
317
_head
= null;
324
_head
= headSave;
612
_head
= _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
123
_tail =
_head
;
196
if (
_head
== _tail)
274
for (Task task =
_head
.Next; task != null; task = nextTask)
307
_head
.Next = null;
308
_tail =
_head
;
316
Task headSave =
_head
;