1 write to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
27_eman = target.Contracts.ExecutionManager;
9 references to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\StackWalk_1.cs (7)
307SuppressUntrackedSlots = _eman.IsFilterFunclet(cbh.Value), 313_eman.GetGCInfo(cbh.Value, out TargetPointer gcInfoAddr, out uint gcVersion); 1081if (returnAddress != TargetCodePointer.Null && _eman.GetCodeBlockHandle(returnAddress) is CodeBlockHandle cbh) 1083MethodDescHandle returnMethodDesc = rts.GetMethodDescHandle(_eman.GetMethodDesc(cbh)); 1109return _eman.GetMethodDesc(codeBlockHandle.Value); 1209if (_eman.GetCodeBlockHandle(ip) is CodeBlockHandle cbh && cbh.Address != TargetPointer.Null) 1250return _eman.GetCodeKind(ip) == CodeKind.Interpreter;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (2)
115return _eman.IsFunclet(cbh.Value); 129return _eman.IsFilterFunclet(cbh.Value);