1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataModule.cs (1)
44_target = target;
18 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (18)
ClrDataModule.cs (18)
83ILoader loader = _target.Contracts.Loader; 85reader = _target.Contracts.EcmaMetadata.GetMetadata(moduleHandle); 299ILoader loader = _target.Contracts.Loader; 301MetadataReader reader = _target.Contracts.EcmaMetadata.GetMetadata(moduleHandle)!; 357method.Interface = new ClrDataMethodDefinition(_target, _address, token, legacyMethod); 429methodDefinition.Interface = new ClrDataMethodDefinition(_target, _address, token, legacyMethod); 460Contracts.ILoader loader = _target.Contracts.Loader; 501Contracts.ILoader contract = _target.Contracts.Loader; 551Contracts.ILoader contract = _target.Contracts.Loader; 593Contracts.ILoader contract = _target.Contracts.Loader; 606_extents[0].baseAddress = baseAddress.ToClrDataAddress(_target); 639Contracts.ILoader contract = _target.Contracts.Loader; 716((DacpGetModuleAddress*)outBuffer)->ModulePtr = _address.ToClrDataAddress(_target); 755Contracts.ILoader contract = _target.Contracts.Loader; 761getModuleData->PEAssembly = _address.ToClrDataAddress(_target); 777getModuleData->LoadedPEAddress = baseAddress.ToClrDataAddress(_target); 789getModuleData->InMemoryPdbAddress = symbolBuffer.ToClrDataAddress(_target); 812Contracts.ILoader loader = _target.Contracts.Loader;