1 implementation of TryReadRegister
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
56
public 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)
101
if (!otherContext.
TryReadRegister
(name, out TargetNUInt value))
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
462
if (!context.
TryReadRegister
(registerName, out TargetNUInt value))