1 write to _start
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryBlock.cs (1)
22
_start
= start;
2 references to _start
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryBlock.cs (2)
30
public override unsafe byte* Pointer => _provider.Pointer +
_start
;
35
return ImmutableArray.Create(_provider.Array,
_start
+ start, length);