1 write to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
27_eman = target.Contracts.ExecutionManager;
13 references to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (13)
Contracts\StackWalk\StackWalk_1.cs (10)
323SuppressUntrackedSlots = _eman.IsFilterFunclet(cbh.Value), 329_eman.GetGCInfo(cbh.Value, out TargetPointer gcInfoAddr, out uint gcVersion); 1145uint instructionOffset = (uint)_eman.GetRelativeOffset(cbh.Value).Value; 1146_eman.GetGCInfo(cbh.Value, out TargetPointer gcInfoAddr, out uint gcVersion); 1213stackParameterSize = _eman.GetStackParameterSize(cbh.Value); 1257if (returnAddress != TargetCodePointer.Null && _eman.GetCodeBlockHandle(returnAddress) is CodeBlockHandle cbh) 1259MethodDescHandle returnMethodDesc = rts.GetMethodDescHandle(_eman.GetMethodDesc(cbh)); 1284return _eman.GetMethodDesc(codeBlockHandle.Value); 1384if (_eman.GetCodeBlockHandle(ip) is CodeBlockHandle cbh && cbh.Address != TargetPointer.Null) 1425return _eman.GetCodeKind(ip) == CodeKind.Interpreter;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
152parentNativeOffset = (uint)_eman.GetRelativeOffset(cbh.Value).Value; 170return _eman.IsFunclet(cbh.Value); 184return _eman.IsFilterFunclet(cbh.Value);