1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
41
_target
= target;
18 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (18)
ClrDataMethodDefinition.cs (18)
49
ILoader loader =
_target
.Contracts.Loader;
62
ILoader loader =
_target
.Contracts.Loader;
66
if (methodDesc != TargetPointer.Null &&
_target
.Contracts.TryGetContract(out ICodeVersions codeVersions))
84
int headerSize = HeaderReaderHelpers.GetHeaderSize(
_target
, ilHeader);
85
codeSize = (uint)HeaderReaderHelpers.GetCodeSize(
_target
, ilHeader);
114
ILoader loader =
_target
.Contracts.Loader;
116
IEcmaMetadata ecmaMetadata =
_target
.Contracts.EcmaMetadata;
169
SOSDacImpl.EnumMethodInstances emi = new(
_target
, methodDescAddr, TargetPointer.Null);
237
instance.Interface = new ClrDataMethodInstance(
_target
, methodDesc, emi._appDomain, legacyMethod);
314
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
317
_target
,
392
mod.Interface = new ClrDataModule(_module,
_target
, legacyMod);
444
ClrDataAddress startAddress = code.ToClrDataAddress(
_target
);
572
ICodeNotifications codeNotif =
_target
.Contracts.CodeNotifications;
596
ICodeNotifications codeNotif =
_target
.Contracts.CodeNotifications;
672
*addr = code.ToClrDataAddress(
_target
);
708
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
710
*bGeneric = HasClassOrMethodInstantiation(
_target
, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;