2 references to InternalGetFunctionPointer
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (2)
90
*(IntPtr*)functionHandle =
InternalGetFunctionPointer
(alc, typeName, methodName, delegateTypeNative);
270
*(IntPtr*)functionHandle =
InternalGetFunctionPointer
(AssemblyLoadContext.Default, typeName, methodName, delegateTypeNative);