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