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