4 writes to current
mscorlib (4)
system\collections\listdictionaryinternal.cs (4)
388
this.
current
= null;
405
current
= list.head;
410
current
= current.next;
421
current
= null;
6 references to current
mscorlib (6)
system\collections\listdictionaryinternal.cs (6)
393
if (
current
== null) {
396
return isKeys ?
current
.key :
current
.value;
409
if(
current
!= null) {
410
current =
current
.next;
413
return (
current
!= null);