5 references to RhpGetClasslibFunctionFromEEType
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CachedInterfaceDispatch.cs (1)
77
var resolver = (delegate*<object, nint, nint>)InternalCalls.
RhpGetClasslibFunctionFromEEType
(pObject.GetMethodTable(), ClassLibFunctionId.ResolveDispatch);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (3)
161
(IntPtr)InternalCalls.
RhpGetClasslibFunctionFromEEType
(exception.GetMethodTable(), ClassLibFunctionId.OnFirstChance);
183
(IntPtr)InternalCalls.
RhpGetClasslibFunctionFromEEType
(exception.GetMethodTable(), ClassLibFunctionId.OnUnhandledException);
358
pGetRuntimeExceptionFunction = (IntPtr)InternalCalls.
RhpGetClasslibFunctionFromEEType
(pEEType, ClassLibFunctionId.GetRuntimeException);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\MethodTable.Runtime.cs (1)
35
return (IntPtr)InternalCalls.
RhpGetClasslibFunctionFromEEType
((MethodTable*)Unsafe.AsPointer(ref this), id);