2 writes to _functionPointerCache
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
1517public void InitializeCompositeCache(RuntimeType.CompositeCacheEntry compositeEntry) => compositeEntry._functionPointerCache = this; 1518public static ref FunctionPointerCache? GetStorageRef(RuntimeType.CompositeCacheEntry compositeEntry) => ref compositeEntry._functionPointerCache;