1 instantiation of FunctionPointerCache
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1483
return
new
(RuntimeTypeHandle.GetArgumentTypesFromFunctionPointer(type));
5 references to FunctionPointerCache
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (4)
1471
internal sealed class FunctionPointerCache : IGenericCacheEntry<
FunctionPointerCache
>
1480
public static
FunctionPointerCache
Create(RuntimeType type)
1486
public static ref
FunctionPointerCache
? GetStorageRef(RuntimeType.CompositeCacheEntry compositeEntry) => ref compositeEntry._functionPointerCache;
1493
return m_runtimeType.GetOrCreateCacheEntry<
FunctionPointerCache
>().FunctionPointerReturnAndParameterTypes;
src\System\RuntimeType.GenericCache.cs (1)
22
internal RuntimeTypeCache.
FunctionPointerCache
? _functionPointerCache;