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