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