1 instantiation of BoxCache
System.Private.CoreLib (1)
src\System\RuntimeType.BoxCache.cs (1)
18public static BoxCache Create(RuntimeType type) => new(type);
5 references to BoxCache
System.Private.CoreLib (5)
src\System\RuntimeType.BoxCache.cs (4)
16internal sealed unsafe partial class BoxCache : IGenericCacheEntry<BoxCache> 18public static BoxCache Create(RuntimeType type) => new(type); 20public static ref BoxCache? GetStorageRef(CompositeCacheEntry compositeEntry) => ref compositeEntry._boxCache; 146return GetOrCreateCacheEntry<BoxCache>().Box(this, ref data);
src\System\RuntimeType.GenericCache.cs (1)
25internal BoxCache? _boxCache;