9 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\DebugInfo\DebugInfo_1.cs (9)
43
codeOffset = (uint)(CodePointerUtils.AddressFromCodePointer(pCode,
_target
) - nativeCodeStart);
56
ExtraDebugInfoFlags_1 flagByte = (ExtraDebugInfoFlags_1)
_target
.Read<byte>(debugInfo++);
60
Data.PatchpointInfo patchpointInfo =
_target
.ProcessedData.GetOrAdd<Data.PatchpointInfo>(debugInfo);
62
if (
_target
.GetTypeInfo(DataType.PatchpointInfo).Size is not uint patchpointSize)
71
uint richDebugInfoSize =
_target
.Read<uint>(debugInfo);
80
NativeReader nibbleNativeReader = new(new TargetStream(
_target
, debugInfo, 24 /*maximum size of 4 32bit ints compressed*/),
_target
.IsLittleEndian);
105
NativeReader boundsNativeReader = new(new TargetStream(
_target
, addrBounds, cbBounds),
_target
.IsLittleEndian);