1 implementation of TryReadRegister
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
56public bool TryReadRegister(string fieldName, out TargetNUInt value) => Context.TryReadRegister(fieldName, out value);
2 references to TryReadRegister
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
101if (!otherContext.TryReadRegister(name, out TargetNUInt value))
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
462if (!context.TryReadRegister(registerName, out TargetNUInt value))