4 references to bufferSize
mscorlib (4)
system\collections\hashtable.cs (4)
1813
private static int currentIndex =
bufferSize
;
1821
if(currentIndex ==
bufferSize
)
1826
data = new byte[
bufferSize
];
1827
Contract.Assert(
bufferSize
% 8 == 0, "We increment our current index by 8, so our buffer size must be a multiple of 8");