1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
40_target = target;
31 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (31)
ClrDataMethodInstance.cs (31)
64IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 68methodDefinition.Interface = new ClrDataMethodDefinition(_target, module, token, legacyMethodDefinition); 91IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 111mod.Interface = new ClrDataModule(module, _target, legacyMod); 147IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 157_target, 166string? fallbackName = _target.Contracts.DacStreams.StringFromEEAddress(_methodDesc.Address); 240TargetCodePointer pCode = address.ToTargetCodePointer(_target); 244if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 247IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 340TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 341TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 342TargetPointer codeStart = pCode.ToAddress(_target); 343if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 346IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 363addressRanges[hits].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 366: new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 429TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 430TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 431TargetPointer codeStart = pCode.ToAddress(_target); 435if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 438IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 458maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 459maps[outputMapIndex].endAddress = new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 516IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 518TargetCodePointer code = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 529IExecutionManager executionManager = _target.Contracts.ExecutionManager; 533throw 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)."); 538IGCInfo gcInfo = _target.Contracts.GCInfo; 543ClrDataAddress startAddress = code.ToClrDataAddress(_target); 723IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem;