4 references to CACHE_SIZE
mscorlib (4)
system\rttype.cs (4)
5382
readonly ActivatorCacheEntry[] cache = new ActivatorCacheEntry[
CACHE_SIZE
];
5421
for(int i = 0; i <
CACHE_SIZE
; i++)
5430
index = (index+1)&(ActivatorCache.
CACHE_SIZE
-1);
5438
int index = (hash_counter-1)&(ActivatorCache.
CACHE_SIZE
-1);