10 references to CorDebugInternalFrameType
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
2025private static CorDebugInternalFrameType ToCorDebugInternalFrameType(Contracts.InternalFrameType frameType) 2028Contracts.InternalFrameType.None => CorDebugInternalFrameType.STUBFRAME_NONE, 2029Contracts.InternalFrameType.M2U => CorDebugInternalFrameType.STUBFRAME_M2U, 2030Contracts.InternalFrameType.U2M => CorDebugInternalFrameType.STUBFRAME_U2M, 2031Contracts.InternalFrameType.FuncEval => CorDebugInternalFrameType.STUBFRAME_FUNC_EVAL, 2032Contracts.InternalFrameType.InternalCall => CorDebugInternalFrameType.STUBFRAME_INTERNALCALL, 2033Contracts.InternalFrameType.ClassInit => CorDebugInternalFrameType.STUBFRAME_CLASS_INIT, 2034Contracts.InternalFrameType.Exception => CorDebugInternalFrameType.STUBFRAME_EXCEPTION, 2035Contracts.InternalFrameType.JitCompilation => CorDebugInternalFrameType.STUBFRAME_JIT_COMPILATION, 2036_ => CorDebugInternalFrameType.STUBFRAME_NONE,