6 implementations of IGenericCacheEntry
System.Private.CoreLib (6)
src\System\Array.CoreCLR.cs (1)
693
internal sealed unsafe partial class ArrayInitializeCache : RuntimeType.
IGenericCacheEntry
<ArrayInitializeCache>
src\System\Enum.CoreCLR.cs (1)
103
internal sealed partial class EnumInfo<TStorage> : RuntimeType.
IGenericCacheEntry
<EnumInfo<TStorage>>
src\System\RuntimeType.ActivatorCache.cs (1)
16
internal sealed unsafe class ActivatorCache :
IGenericCacheEntry
<ActivatorCache>
src\System\RuntimeType.BoxCache.cs (1)
15
internal sealed unsafe partial class BoxCache :
IGenericCacheEntry
<BoxCache>
src\System\RuntimeType.CoreCLR.cs (1)
1503
internal sealed class FunctionPointerCache :
IGenericCacheEntry
<FunctionPointerCache>
src\System\RuntimeType.CreateUninitializedCache.CoreCLR.cs (1)
15
internal sealed unsafe partial class CreateUninitializedCache :
IGenericCacheEntry
<CreateUninitializedCache>
7 references to IGenericCacheEntry
System.Private.CoreLib (7)
src\System\RuntimeType.CoreCLR.cs (6)
1932
where T : class,
IGenericCacheEntry
<T>
1934
return
IGenericCacheEntry
<T>.GetOrCreate(this);
1938
where T : class,
IGenericCacheEntry
<T>
1940
return
IGenericCacheEntry
<T>.Find(this);
1944
where T : class,
IGenericCacheEntry
<T>
1946
IGenericCacheEntry
<T>.Replace(this, entry);
src\System\RuntimeType.GenericCache.cs (1)
44
where TCache : class,
IGenericCacheEntry
<TCache>