10 references to CorDebugInternalFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
1777private static CorDebugInternalFrameType ToCorDebugInternalFrameType(Contracts.InternalFrameType frameType) 1780Contracts.InternalFrameType.None => CorDebugInternalFrameType.STUBFRAME_NONE, 1781Contracts.InternalFrameType.M2U => CorDebugInternalFrameType.STUBFRAME_M2U, 1782Contracts.InternalFrameType.U2M => CorDebugInternalFrameType.STUBFRAME_U2M, 1783Contracts.InternalFrameType.FuncEval => CorDebugInternalFrameType.STUBFRAME_FUNC_EVAL, 1784Contracts.InternalFrameType.InternalCall => CorDebugInternalFrameType.STUBFRAME_INTERNALCALL, 1785Contracts.InternalFrameType.ClassInit => CorDebugInternalFrameType.STUBFRAME_CLASS_INIT, 1786Contracts.InternalFrameType.Exception => CorDebugInternalFrameType.STUBFRAME_EXCEPTION, 1787Contracts.InternalFrameType.JitCompilation => CorDebugInternalFrameType.STUBFRAME_JIT_COMPILATION, 1788_ => CorDebugInternalFrameType.STUBFRAME_NONE,