1 override of GetFunctionPointerReturnType
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
76public override Type GetFunctionPointerReturnType() => _key.ReturnType.ToType();
1 reference to GetFunctionPointerReturnType
System.Private.CoreLib (1)
System\RuntimeType.NativeAot.cs (1)
607return GetRuntimeTypeInfo().GetFunctionPointerReturnType();