6 references to SIZEOF__StackFrameIterator
System.Private.CoreLib (6)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\StackFrameIterator.cs (1)
25
[StructLayout(LayoutKind.Explicit, Size = AsmOffsets.
SIZEOF__StackFrameIterator
)]
src\System\Runtime\ExceptionServices\AsmOffsets.cs (5)
224
public const int OFFSETOF__ExInfo__m_notifyDebuggerSP = OFFSETOF__ExInfo__m_frameIter +
SIZEOF__StackFrameIterator
;
225
public const int OFFSETOF__ExInfo__m_pCatchHandler = OFFSETOF__ExInfo__m_frameIter +
SIZEOF__StackFrameIterator
+ 0x48;
226
public const int OFFSETOF__ExInfo__m_handlingFrameSP = OFFSETOF__ExInfo__m_frameIter +
SIZEOF__StackFrameIterator
+ 0x50;
237
public const int OFFSETOF__ExInfo__m_pReversePInvokePropagationCallback = OFFSETOF__ExInfo__m_frameIter +
SIZEOF__StackFrameIterator
+ 0x60;
238
public const int OFFSETOF__ExInfo__m_pReversePInvokePropagationContext = OFFSETOF__ExInfo__m_frameIter +
SIZEOF__StackFrameIterator
+ 0x68;