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