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