2 writes to _offset
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
6013
_offset
= reader.DecodeUnsigned(offset, out _remaining);
6030
_offset
= _reader.Read(_offset, out _current);
1 reference to _offset
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
6030
_offset = _reader.Read(
_offset
, out _current);