1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
28_target = target;
12 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (12)
ClrDataMethodDefinition.cs (12)
36ILoader loader = _target.Contracts.Loader; 69ILoader loader = _target.Contracts.Loader; 71IEcmaMetadata ecmaMetadata = _target.Contracts.EcmaMetadata; 124SOSDacImpl.EnumMethodInstances emi = new(_target, methodDescAddr, TargetPointer.Null); 192instance.Interface = new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod); 269IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 272_target, 347mod.Interface = new ClrDataModule(_module, _target, legacyMod); 398ICodeNotifications codeNotif = _target.Contracts.CodeNotifications; 422ICodeNotifications codeNotif = _target.Contracts.CodeNotifications; 462IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 464*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;