4 writes to current
mscorlib (4)
system\collections\listdictionaryinternal.cs (4)
261
current
= null;
302
current
= list.head;
307
current
= current.next;
318
current
= null;
10 references to current
mscorlib (10)
system\collections\listdictionaryinternal.cs (10)
272
if (
current
== null) {
275
return new DictionaryEntry(
current
.key,
current
.value);
281
if (
current
== null) {
284
return
current
.key;
290
if (
current
== null) {
293
return
current
.value;
306
if(
current
!= null ) {
307
current =
current
.next;
310
return (
current
!= null);