4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
130
_head
= new Task(null, TaskOps.TransferValue, null);
325
_head
= null;
332
_head
= headSave;
620
_head
= _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
131
_tail =
_head
;
204
if (
_head
== _tail)
282
for (Task task =
_head
.Next; task != null; task = nextTask)
315
_head
.Next = null;
316
_tail =
_head
;
324
Task headSave =
_head
;