5 references to Interpreter
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
323
if (((IExecutionManager)this).GetCodeKind(new TargetCodePointer(startAddress.Value)) == CodeKind.
Interpreter
)
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
70
return CodeKind.
Interpreter
;
Contracts\StackWalk\StackWalk_1.cs (1)
964
return _eman.GetCodeKind(new TargetCodePointer(ip)) == CodeKind.
Interpreter
;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
821
Contracts.CodeKind.
Interpreter
=> JitTypes.TYPE_INTERPRETER,
834
IGCInfoHandle gcInfoHandle = codeKind == Contracts.CodeKind.
Interpreter