1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
30_target = target;
16 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (16)
ClrDataMethodInstance.cs (16)
48IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 68mod.Interface = new ClrDataModule(module, _target, legacyMod); 104IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem; 114_target, 123string? fallbackName = _target.Contracts.DacStreams.StringFromEEAddress(_methodDesc.Address); 197TargetCodePointer pCode = address.ToTargetCodePointer(_target); 201if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 204IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 291TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 292TargetCodePointer pCode = _target.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode); 293TargetPointer codeStart = pCode.ToAddress(_target); 297if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 300IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 320maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target); 321maps[outputMapIndex].endAddress = new TargetPointer(codeStart + nativeEndOffset).ToClrDataAddress(_target); 393IRuntimeTypeSystem rts = _target.Contracts.RuntimeTypeSystem;