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; 178SOSDacImpl.EnumMethodInstances emi = new(_target, methodDescAddr, TargetPointer.Null); 247instance.Interface = new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod, _apiLock); 326IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 329_target, 405mod.Interface = new ClrDataModule(_module, _target, legacyMod, _apiLock); 470ClrDataAddress startAddress = code.ToClrDataAddress(_target); 601ICodeNotifications codeNotif = _target.Contracts.CodeNotifications; 626ICodeNotifications codeNotif = _target.Contracts.CodeNotifications; 704*addr = code.ToClrDataAddress(_target); 741IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 743*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;