1 override of GetContentUnchecked
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryBlock.cs (1)
33
public override ImmutableArray<byte>
GetContentUnchecked
(int start, int length)
2 references to GetContentUnchecked
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\PEMemoryBlock.cs (2)
59
return _block?.
GetContentUnchecked
(_offset, Length) ?? ImmutableArray<byte>.Empty;
69
return _block?.
GetContentUnchecked
(_offset + start, length) ?? ImmutableArray<byte>.Empty;