2 writes to _boxCache
System.Private.CoreLib (2)
src\System\RuntimeType.BoxCache.cs (2)
18public void InitializeCompositeCache(CompositeCacheEntry compositeEntry) => compositeEntry._boxCache = this; 19public static ref BoxCache? GetStorageRef(CompositeCacheEntry compositeEntry) => ref compositeEntry._boxCache;