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