1 instantiation of ActivatorCacheEntry
mscorlib (1)
system\rttype.cs (1)
5489ActivatorCacheEntry ace = new ActivatorCacheEntry(this, runtime_ctor, bNeedSecurityCheck);
8 references to ActivatorCacheEntry
mscorlib (8)
system\rttype.cs (8)
5382readonly ActivatorCacheEntry[] cache = new ActivatorCacheEntry[CACHE_SIZE]; 5401private void InitializeCacheEntry(ActivatorCacheEntry ace) 5418internal ActivatorCacheEntry GetEntry(RuntimeType t) 5423ActivatorCacheEntry ace = Volatile.Read(ref cache[index]); 5435internal void SetEntry(ActivatorCacheEntry ace) 5489ActivatorCacheEntry ace = new ActivatorCacheEntry(this, runtime_ctor, bNeedSecurityCheck); 5509ActivatorCacheEntry ace = activatorCache.GetEntry(this);