4 writes to current
mscorlib (4)
system\collections\generic\list.cs (4)
1151
current
= default(T);
1163
current
= localList._items[index];
1177
current
= default(T);
1202
current
= default(T);
1 reference to current
mscorlib (1)
system\collections\generic\list.cs (1)
1183
return
current
;