4 writes to current
System (4)
compmod\system\collections\specialized\listdictionary.cs (4)
292
current
= null;
333
current
= list.head;
337
current
= current.next;
347
current
= null;
10 references to current
System (10)
compmod\system\collections\specialized\listdictionary.cs (10)
303
if (
current
== null) {
306
return new DictionaryEntry(
current
.key,
current
.value);
312
if (
current
== null) {
315
return
current
.key;
321
if (
current
== null) {
324
return
current
.value;
336
else if (
current
!= null) {
337
current =
current
.next;
339
return (
current
!= null);