2 writes to _currentByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
45
_currentByte
= blob;
60
_currentByte
= new TargetPointer(_currentByte.Value + 1);
2 references to _currentByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
59
x = _target.Read<byte>(
_currentByte
);
60
_currentByte = new TargetPointer(
_currentByte
.Value + 1);