2 writes to Fcc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
678context.Fcc = _target.Read<uint>(sourceAddress);
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
104if (name.Equals("fcc", StringComparison.OrdinalIgnoreCase)) { Fcc = (uint)value.Value; return true; }
2 references to Fcc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
677sourceAddress = startingSp + (uint)Marshal.OffsetOf<LoongArch64Context>(nameof(LoongArch64Context.Fcc));
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
145if (name.Equals("fcc", StringComparison.OrdinalIgnoreCase)) { value = new TargetNUInt(Fcc); return true; }