1 write to _offset
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEMemoryBlock.cs (1)
23
_offset
= offset;
4 references to _offset
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\PEMemoryBlock.cs (4)
29
public unsafe byte* Pointer => (_block != null) ? _block.Pointer +
_offset
: null;
34
public int Length => _block?.Size -
_offset
?? 0;
59
return _block?.GetContentUnchecked(
_offset
, Length) ?? ImmutableArray<byte>.Empty;
69
return _block?.GetContentUnchecked(
_offset
+ start, length) ?? ImmutableArray<byte>.Empty;