10 references to CorDebugInternalFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
1452private static CorDebugInternalFrameType ToCorDebugInternalFrameType(Contracts.InternalFrameType frameType) 1455Contracts.InternalFrameType.None => CorDebugInternalFrameType.STUBFRAME_NONE, 1456Contracts.InternalFrameType.M2U => CorDebugInternalFrameType.STUBFRAME_M2U, 1457Contracts.InternalFrameType.U2M => CorDebugInternalFrameType.STUBFRAME_U2M, 1458Contracts.InternalFrameType.FuncEval => CorDebugInternalFrameType.STUBFRAME_FUNC_EVAL, 1459Contracts.InternalFrameType.InternalCall => CorDebugInternalFrameType.STUBFRAME_INTERNALCALL, 1460Contracts.InternalFrameType.ClassInit => CorDebugInternalFrameType.STUBFRAME_CLASS_INIT, 1461Contracts.InternalFrameType.Exception => CorDebugInternalFrameType.STUBFRAME_EXCEPTION, 1462Contracts.InternalFrameType.JitCompilation => CorDebugInternalFrameType.STUBFRAME_JIT_COMPILATION, 1463_ => CorDebugInternalFrameType.STUBFRAME_NONE,