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