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; 121mod.Interface = new ClrDataModule(module, _target, legacyMod, _apiLock); 158IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 168_target, 177string? fallbackName = _target.Contracts.DacStreams.StringFromEEAddress(_methodDesc.Address); 272TargetCodePointer pCode = address.ToTargetCodePointer(_target); 276if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 279IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 373TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 374TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 375TargetPointer codeStart = pCode.ToAddress(_target); 376if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 379IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 396addressRanges[hits].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 399: new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 463TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 464TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 465TargetPointer codeStart = pCode.ToAddress(_target); 469if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 472IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 492maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 493maps[outputMapIndex].endAddress = new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 550IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 552TargetCodePointer code = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 563IExecutionManager executionManager = _target.Contracts.ExecutionManager; 567throw 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)."); 572IGCInfo gcInfo = _target.Contracts.GCInfo; 577ClrDataAddress startAddress = code.ToClrDataAddress(_target); 762IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem;