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