9 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\DebugInfo\DebugInfo_1.cs (9)
43codeOffset = (uint)(CodePointerUtils.AddressFromCodePointer(pCode, _target) - nativeCodeStart); 56ExtraDebugInfoFlags_1 flagByte = (ExtraDebugInfoFlags_1)_target.Read<byte>(debugInfo++); 60Data.PatchpointInfo patchpointInfo = _target.ProcessedData.GetOrAdd<Data.PatchpointInfo>(debugInfo); 62if (_target.GetTypeInfo(DataType.PatchpointInfo).Size is not uint patchpointSize) 71uint richDebugInfoSize = _target.Read<uint>(debugInfo); 80NativeReader nibbleNativeReader = new(new TargetStream(_target, debugInfo, 24 /*maximum size of 4 32bit ints compressed*/), _target.IsLittleEndian); 105NativeReader boundsNativeReader = new(new TargetStream(_target, addrBounds, cbBounds), _target.IsLittleEndian);