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)
323
SuppressUntrackedSlots =
_eman
.IsFilterFunclet(cbh.Value),
329
_eman
.GetGCInfo(cbh.Value, out TargetPointer gcInfoAddr, out uint gcVersion);
1145
uint instructionOffset = (uint)
_eman
.GetRelativeOffset(cbh.Value).Value;
1146
_eman
.GetGCInfo(cbh.Value, out TargetPointer gcInfoAddr, out uint gcVersion);
1213
stackParameterSize =
_eman
.GetStackParameterSize(cbh.Value);
1257
if (returnAddress != TargetCodePointer.Null &&
_eman
.GetCodeBlockHandle(returnAddress) is CodeBlockHandle cbh)
1259
MethodDescHandle returnMethodDesc = rts.GetMethodDescHandle(
_eman
.GetMethodDesc(cbh));
1284
return
_eman
.GetMethodDesc(codeBlockHandle.Value);
1384
if (
_eman
.GetCodeBlockHandle(ip) is CodeBlockHandle cbh && cbh.Address != TargetPointer.Null)
1425
return
_eman
.GetCodeKind(ip) == CodeKind.Interpreter;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
152
parentNativeOffset = (uint)
_eman
.GetRelativeOffset(cbh.Value).Value;
170
return
_eman
.IsFunclet(cbh.Value);
184
return
_eman
.IsFilterFunclet(cbh.Value);