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