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)
53ILoader loader = _target.Contracts.Loader; 66ILoader loader = _target.Contracts.Loader; 70if (methodDesc != TargetPointer.Null && _target.Contracts.TryGetContract(out ICodeVersions codeVersions)) 88int headerSize = HeaderReaderHelpers.GetHeaderSize(_target, ilHeader); 89codeSize = (uint)HeaderReaderHelpers.GetCodeSize(_target, ilHeader); 118ILoader loader = _target.Contracts.Loader; 120IEcmaMetadata ecmaMetadata = _target.Contracts.EcmaMetadata; 176SOSDacImpl.EnumMethodInstances emi = new(_target, methodDescAddr, TargetPointer.Null); 244instance.Interface = new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod, _apiLock); 315IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 318_target, 393mod.Interface = new ClrDataModule(_module, _target, legacyMod, _apiLock); 458ClrDataAddress startAddress = code.ToClrDataAddress(_target); 589ICodeNotifications codeNotif = _target.Contracts.CodeNotifications; 614ICodeNotifications codeNotif = _target.Contracts.CodeNotifications; 692*addr = code.ToClrDataAddress(_target); 729IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 731*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;