1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataModule.cs (1)
47_target = target;
18 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (18)
ClrDataModule.cs (18)
87ILoader loader = _target.Contracts.Loader; 89reader = _target.Contracts.EcmaMetadata.GetMetadata(moduleHandle); 368ILoader loader = _target.Contracts.Loader; 370MetadataReader reader = _target.Contracts.EcmaMetadata.GetMetadata(moduleHandle)!; 427method.Interface = new ClrDataMethodDefinition(_target, _address, token, legacyMethod, _apiLock); 513methodDefinition.Interface = new ClrDataMethodDefinition(_target, _address, token, legacyMethod, _apiLock); 557Contracts.ILoader loader = _target.Contracts.Loader; 599Contracts.ILoader contract = _target.Contracts.Loader; 650Contracts.ILoader contract = _target.Contracts.Loader; 697Contracts.ILoader contract = _target.Contracts.Loader; 710_extents[0].baseAddress = baseAddress.ToClrDataAddress(_target); 744Contracts.ILoader contract = _target.Contracts.Loader; 823((DacpGetModuleAddress*)outBuffer)->ModulePtr = _address.ToClrDataAddress(_target); 862Contracts.ILoader contract = _target.Contracts.Loader; 868getModuleData->PEAssembly = _address.ToClrDataAddress(_target); 884getModuleData->LoadedPEAddress = baseAddress.ToClrDataAddress(_target); 896getModuleData->InMemoryPdbAddress = symbolBuffer.ToClrDataAddress(_target); 936Contracts.ILoader loader = _target.Contracts.Loader;