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