4 writes to current
System (4)
compmod\system\collections\specialized\listdictionary.cs (4)
412
this.
current
= null;
429
current
= list.head;
433
current
= current.next;
443
current
= null;
6 references to current
System (6)
compmod\system\collections\specialized\listdictionary.cs (6)
417
if (
current
== null) {
420
return isKeys ?
current
.key :
current
.value;
432
else if (
current
!= null) {
433
current =
current
.next;
435
return (
current
!= null);