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