1 write to _offset
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7016
_offset
= offset;
2 references to _offset
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
7025
_reader.DecodeUnsigned(
_offset
, out count);
7032
return new Enumerator(_reader,
_offset
);