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