1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
45
_target
= target;
18 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (18)
ClrDataMethodDefinition.cs (18)
53
ILoader loader =
_target
.Contracts.Loader;
66
ILoader loader =
_target
.Contracts.Loader;
70
if (methodDesc != TargetPointer.Null &&
_target
.Contracts.TryGetContract(out ICodeVersions codeVersions))
88
int headerSize = HeaderReaderHelpers.GetHeaderSize(
_target
, ilHeader);
89
codeSize = (uint)HeaderReaderHelpers.GetCodeSize(
_target
, ilHeader);
118
ILoader loader =
_target
.Contracts.Loader;
120
IEcmaMetadata ecmaMetadata =
_target
.Contracts.EcmaMetadata;
178
SOSDacImpl.EnumMethodInstances emi = new(
_target
, methodDescAddr, TargetPointer.Null);
247
instance.Interface = new ClrDataMethodInstance(
_target
, methodDesc, emi._appDomain, legacyMethod, _apiLock);
326
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
329
_target
,
405
mod.Interface = new ClrDataModule(_module,
_target
, legacyMod, _apiLock);
470
ClrDataAddress startAddress = code.ToClrDataAddress(
_target
);
601
ICodeNotifications codeNotif =
_target
.Contracts.CodeNotifications;
626
ICodeNotifications codeNotif =
_target
.Contracts.CodeNotifications;
704
*addr = code.ToClrDataAddress(
_target
);
741
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
743
*bGeneric = HasClassOrMethodInstantiation(
_target
, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;