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; 553Contracts.ILoader contract = _target.Contracts.Loader; 595Contracts.ILoader contract = _target.Contracts.Loader; 608_extents[0].baseAddress = baseAddress.ToClrDataAddress(_target); 641Contracts.ILoader contract = _target.Contracts.Loader; 718((DacpGetModuleAddress*)outBuffer)->ModulePtr = _address.ToClrDataAddress(_target); 757Contracts.ILoader contract = _target.Contracts.Loader; 763getModuleData->PEAssembly = _address.ToClrDataAddress(_target); 779getModuleData->LoadedPEAddress = baseAddress.ToClrDataAddress(_target); 791getModuleData->InMemoryPdbAddress = symbolBuffer.ToClrDataAddress(_target); 814Contracts.ILoader loader = _target.Contracts.Loader;