1 write to data
mscorlib (1)
system\collections\hashtable.cs (1)
1826
data
= new byte[bufferSize];
2 references to data
mscorlib (2)
system\collections\hashtable.cs (2)
1830
rng.GetBytes(
data
);
1834
ret = BitConverter.ToInt64(
data
, currentIndex);