19 references to ExInfo
System.Private.CoreLib (19)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (16)
205RhFailFastReason reason, object unhandledException, IntPtr classlibAddress, ref ExInfo exInfo) 257UIntPtr sp, ref ExInfo exInfo, 282fixed (EH.ExInfo* pExInfo = &exInfo) 506internal void Init(object exceptionObj, ref ExInfo rethrownExInfo) 562public static void RhThrowHwEx(uint exceptionCode, ref ExInfo exInfo) 649public static void RhThrowEx(object exceptionObj, ref ExInfo exInfo) 677public static void RhUnwindAndIntercept(ref ExInfo exInfo, UIntPtr interceptStackFrameSP) 718fixed (EH.ExInfo* pExInfo = &exInfo) 739public static void RhRethrow(ref ExInfo activeExInfo, ref ExInfo exInfo) 764private static void DispatchEx(scoped ref StackFrameIterator frameIter, ref ExInfo exInfo) 961fixed (EH.ExInfo* pExInfo = &exInfo) 1001ref bool isFirstRethrowFrame, ref UIntPtr prevFramePtr, ref bool isFirstFrame, ref ExInfo exInfo) 1173private static void InvokeSecondPass(ref ExInfo exInfo, uint idxStart) 1178private static void InvokeSecondPass(ref ExInfo exInfo, uint idxStart, uint idxLimit) 1248fixed (EH.ExInfo* pExInfo = &exInfo)
src\System\Runtime\ExceptionServices\InternalCalls.cs (3)
28ObjectHandleOnStack exceptionObj, byte* pHandlerIP, void* pvRegDisplay, EH.ExInfo* exInfo); 31internal static unsafe partial void RhpCallFinallyFunclet(byte* pHandlerIP, void* pvRegDisplay, EH.ExInfo* exInfo); 39internal static unsafe partial void RhpAppendExceptionStackFrame(ObjectHandleOnStack exceptionObj, IntPtr ip, UIntPtr sp, int flags, EH.ExInfo* exInfo);