1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
44_target = target;
31 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (31)
ClrDataMethodInstance.cs (31)
73IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 77methodDefinition.Interface = new ClrDataMethodDefinition(_target, module, token, legacyMethodDefinition, _apiLock); 101IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 120mod.Interface = new ClrDataModule(module, _target, legacyMod, _apiLock); 157IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 167_target, 176string? fallbackName = _target.Contracts.DacStreams.StringFromEEAddress(_methodDesc.Address); 271TargetCodePointer pCode = address.ToTargetCodePointer(_target); 275if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 278IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 372TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 373TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 374TargetPointer codeStart = pCode.ToAddress(_target); 375if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 378IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 395addressRanges[hits].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 398: new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 462TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 463TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 464TargetPointer codeStart = pCode.ToAddress(_target); 468if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 471IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 491maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 492maps[outputMapIndex].endAddress = new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 549IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 551TargetCodePointer code = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 562IExecutionManager executionManager = _target.Contracts.ExecutionManager; 566throw new InvalidOperationException($"No code block found for native code address {code.ToClrDataAddress(_target):x} (the address may be invalid or the corresponding module may not be loaded)."); 571IGCInfo gcInfo = _target.Contracts.GCInfo; 576ClrDataAddress startAddress = code.ToClrDataAddress(_target); 761IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem;