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