4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
121
_head
= new Task(null, TaskOps.TransferValue, null);
313
_head
= null;
320
_head
= headSave;
608
_head
= _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
122
_tail =
_head
;
195
if (
_head
== _tail)
270
for (Task task =
_head
.Next; task != null; task = nextTask)
303
_head
.Next = null;
304
_tail =
_head
;
312
Task headSave =
_head
;