3 references to FunctionPointerReturnType
System.Private.CoreLib (3)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
193
new RuntimeTypeHandle(pEEType->
FunctionPointerReturnType
).GetRuntimeTypeInfoForRuntimeTypeHandle(),
Internal\Runtime\Augments\RuntimeAugments.cs (1)
527
return new RuntimeTypeHandle(typeHandle.ToMethodTable()->
FunctionPointerReturnType
);
System\RuntimeType.NativeAot.cs (1)
604
return GetTypeFromMethodTable(pEEType->
FunctionPointerReturnType
);