Implemented interface member:
method
TryReadRegister
Microsoft.Diagnostics.DataContractReader.Contracts.StackWalkHelpers.IPlatformContext.TryReadRegister(System.Int32, out Microsoft.Diagnostics.DataContractReader.TargetNUInt)
1 reference to TryReadRegister
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ARM\ARMUnwinder.cs (1)
931=> context.TryReadRegister(regIndex, out TargetNUInt value) ? (uint)value.Value : throw new ArgumentOutOfRangeException(nameof(regIndex));