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