1 instantiation of ActivatorCache
mscorlib (1)
system\rttype.cs (1)
5484
activatorCache = new
ActivatorCache
();
5 references to ActivatorCache
mscorlib (5)
system\rttype.cs (5)
5430
index = (index+1)&(
ActivatorCache
.CACHE_SIZE-1);
5438
int index = (hash_counter-1)&(
ActivatorCache
.CACHE_SIZE-1);
5444
private static volatile
ActivatorCache
s_ActivatorCache;
5480
ActivatorCache
activatorCache = s_ActivatorCache;
5506
ActivatorCache
activatorCache = s_ActivatorCache;