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); 461Contracts.ILoader loader = _target.Contracts.Loader; 502Contracts.ILoader contract = _target.Contracts.Loader; 552Contracts.ILoader contract = _target.Contracts.Loader; 594Contracts.ILoader contract = _target.Contracts.Loader; 607_extents[0].baseAddress = baseAddress.ToClrDataAddress(_target); 640Contracts.ILoader contract = _target.Contracts.Loader; 717((DacpGetModuleAddress*)outBuffer)->ModulePtr = _address.ToClrDataAddress(_target); 756Contracts.ILoader contract = _target.Contracts.Loader; 762getModuleData->PEAssembly = _address.ToClrDataAddress(_target); 778getModuleData->LoadedPEAddress = baseAddress.ToClrDataAddress(_target); 790getModuleData->InMemoryPdbAddress = symbolBuffer.ToClrDataAddress(_target); 813Contracts.ILoader loader = _target.Contracts.Loader;