1 write to Register2
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
170
Kind = DebugVarLocKind.RegisterRegister, Register = reader.ReadUInt(),
Register2
= reader.ReadUInt(),
2 references to Register2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (1)
884
new NativeVarLocation { AddressOrValue = ReadRegister(context, target, varInfo.
Register2
), Size = (ulong)pointerSize, IsRegisterValue = true },
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
79
loc.vlrrReg2 = varInfo.
Register2
;