1 write to StackOffset2
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
175
Kind = DebugVarLocKind.RegisterStack, Register = reader.ReadUInt(), BaseRegister2 = reader.ReadUInt(),
StackOffset2
= ReadEncodedStackOffset(reader, isX86),
2 references to StackOffset2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (1)
890
new NativeVarLocation { AddressOrValue = ComputeStackAddress(context, target, varInfo.BaseRegister2, varInfo.
StackOffset2
), Size = (ulong)pointerSize, IsRegisterValue = false },
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
84
loc.vlrssOffset = varInfo.
StackOffset2
;