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;
176
SOSDacImpl.EnumMethodInstances emi = new(
_target
, methodDescAddr, TargetPointer.Null);
244
instance.Interface = new ClrDataMethodInstance(
_target
, methodDesc, emi._appDomain, legacyMethod, _apiLock);
315
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
318
_target
,
393
mod.Interface = new ClrDataModule(_module,
_target
, legacyMod, _apiLock);
458
ClrDataAddress startAddress = code.ToClrDataAddress(
_target
);
589
ICodeNotifications codeNotif =
_target
.Contracts.CodeNotifications;
614
ICodeNotifications codeNotif =
_target
.Contracts.CodeNotifications;
692
*addr = code.ToClrDataAddress(
_target
);
729
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
731
*bGeneric = HasClassOrMethodInstantiation(
_target
, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;