10 references to CorDebugInternalFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
2502private static CorDebugInternalFrameType ToCorDebugInternalFrameType(Contracts.InternalFrameType frameType) 2505Contracts.InternalFrameType.None => CorDebugInternalFrameType.STUBFRAME_NONE, 2506Contracts.InternalFrameType.M2U => CorDebugInternalFrameType.STUBFRAME_M2U, 2507Contracts.InternalFrameType.U2M => CorDebugInternalFrameType.STUBFRAME_U2M, 2508Contracts.InternalFrameType.FuncEval => CorDebugInternalFrameType.STUBFRAME_FUNC_EVAL, 2509Contracts.InternalFrameType.InternalCall => CorDebugInternalFrameType.STUBFRAME_INTERNALCALL, 2510Contracts.InternalFrameType.ClassInit => CorDebugInternalFrameType.STUBFRAME_CLASS_INIT, 2511Contracts.InternalFrameType.Exception => CorDebugInternalFrameType.STUBFRAME_EXCEPTION, 2512Contracts.InternalFrameType.JitCompilation => CorDebugInternalFrameType.STUBFRAME_JIT_COMPILATION, 2513_ => CorDebugInternalFrameType.STUBFRAME_NONE,