2 references to GetDelegateForFunctionPointerInternal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1114
return
GetDelegateForFunctionPointerInternal
(ptr, rt);
1135
return (TDelegate)(object)
GetDelegateForFunctionPointerInternal
(ptr, rt);