1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
30
_target
= target;
16 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (16)
ClrDataMethodInstance.cs (16)
48
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
68
mod.Interface = new ClrDataModule(module,
_target
, legacyMod);
104
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
114
_target
,
123
string? fallbackName =
_target
.Contracts.DacStreams.StringFromEEAddress(_methodDesc.Address);
197
TargetCodePointer pCode = address.ToTargetCodePointer(
_target
);
201
if (!
_target
.Contracts.DebugInfo.HasDebugInfo(pCode))
204
IEnumerable<OffsetMapping> mapEnumerable =
_target
.Contracts.DebugInfo.GetMethodNativeMap(
291
TargetCodePointer nativeCode =
_target
.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc);
292
TargetCodePointer pCode =
_target
.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode);
293
TargetPointer codeStart = pCode.ToAddress(
_target
);
297
if (!
_target
.Contracts.DebugInfo.HasDebugInfo(pCode))
300
IEnumerable<OffsetMapping> mapEnumerable =
_target
.Contracts.DebugInfo.GetMethodNativeMap(
320
maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(
_target
);
321
maps[outputMapIndex].endAddress = new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(
_target
);
393
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;