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