2 writes to currentIndex
mscorlib (2)
system\collections\hashtable.cs (2)
1831currentIndex = 0; 1835currentIndex += 8;
2 references to currentIndex
mscorlib (2)
system\collections\hashtable.cs (2)
1821if(currentIndex == bufferSize) 1834ret = BitConverter.ToInt64(data, currentIndex);