19 references to ExInfo
System.Private.CoreLib (19)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (16)
209RhFailFastReason 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) 561public static void RhThrowHwEx(uint exceptionCode, ref ExInfo exInfo) 647public static void RhThrowEx(object exceptionObj, ref ExInfo exInfo) 667public static void RhUnwindAndIntercept(ref ExInfo exInfo, UIntPtr interceptStackFrameSP) 708fixed (EH.ExInfo* pExInfo = &exInfo) 728public static void RhRethrow(ref ExInfo activeExInfo, ref ExInfo exInfo) 745private static void DispatchEx(scoped ref StackFrameIterator frameIter, ref ExInfo exInfo) 942fixed (EH.ExInfo* pExInfo = &exInfo) 982ref bool isFirstRethrowFrame, ref UIntPtr prevFramePtr, ref bool isFirstFrame, ref ExInfo exInfo) 1153private static void InvokeSecondPass(ref ExInfo exInfo, uint idxStart) 1157private static void InvokeSecondPass(ref ExInfo exInfo, uint idxStart, uint idxLimit) 1227fixed (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);