1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataModule.cs (1)
47_target = target;
20 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (20)
ClrDataModule.cs (20)
87ILoader loader = _target.Contracts.Loader; 89reader = _target.Contracts.EcmaMetadata.GetMetadata(moduleHandle); 383ILoader loader = _target.Contracts.Loader; 385MetadataReader reader = _target.Contracts.EcmaMetadata.GetMetadata(moduleHandle)!; 442method.Interface = new ClrDataMethodDefinition(_target, _address, token, legacyMethod, _apiLock); 532methodDefinition.Interface = new ClrDataMethodDefinition(_target, _address, token, legacyMethod, _apiLock); 579Contracts.ILoader loader = _target.Contracts.Loader; 621Contracts.ILoader contract = _target.Contracts.Loader; 672Contracts.ILoader contract = _target.Contracts.Loader; 719Contracts.ILoader contract = _target.Contracts.Loader; 732_extents[0].baseAddress = baseAddress.ToClrDataAddress(_target); 766Contracts.ILoader contract = _target.Contracts.Loader; 845((DacpGetModuleAddress*)outBuffer)->ModulePtr = _address.ToClrDataAddress(_target); 884Contracts.ILoader contract = _target.Contracts.Loader; 890getModuleData->PEAssembly = _address.ToClrDataAddress(_target); 906getModuleData->LoadedPEAddress = baseAddress.ToClrDataAddress(_target); 918getModuleData->InMemoryPdbAddress = symbolBuffer.ToClrDataAddress(_target); 954Contracts.ILoader loader = _target.Contracts.Loader; 956MetadataReader reader = _target.Contracts.EcmaMetadata.GetMetadata(handle) 994Contracts.ILoader loader = _target.Contracts.Loader;