4 writes to _head
PresentationFramework (4)
MS\Internal\Data\DataBindEngine.cs (4)
121
_head
= new Task(null, TaskOps.TransferValue, null);
316
_head
= null;
323
_head
= headSave;
611
_head
= _tail = null;
6 references to _head
PresentationFramework (6)
MS\Internal\Data\DataBindEngine.cs (6)
122
_tail =
_head
;
195
if (
_head
== _tail)
273
for (Task task =
_head
.Next; task != null; task = nextTask)
306
_head
.Next = null;
307
_tail =
_head
;
315
Task headSave =
_head
;