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