10 references to CorDebugInternalFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
2441
private static
CorDebugInternalFrameType
ToCorDebugInternalFrameType(Contracts.InternalFrameType frameType)
2444
Contracts.InternalFrameType.None =>
CorDebugInternalFrameType
.STUBFRAME_NONE,
2445
Contracts.InternalFrameType.M2U =>
CorDebugInternalFrameType
.STUBFRAME_M2U,
2446
Contracts.InternalFrameType.U2M =>
CorDebugInternalFrameType
.STUBFRAME_U2M,
2447
Contracts.InternalFrameType.FuncEval =>
CorDebugInternalFrameType
.STUBFRAME_FUNC_EVAL,
2448
Contracts.InternalFrameType.InternalCall =>
CorDebugInternalFrameType
.STUBFRAME_INTERNALCALL,
2449
Contracts.InternalFrameType.ClassInit =>
CorDebugInternalFrameType
.STUBFRAME_CLASS_INIT,
2450
Contracts.InternalFrameType.Exception =>
CorDebugInternalFrameType
.STUBFRAME_EXCEPTION,
2451
Contracts.InternalFrameType.JitCompilation =>
CorDebugInternalFrameType
.STUBFRAME_JIT_COMPILATION,
2452
_ =>
CorDebugInternalFrameType
.STUBFRAME_NONE,