3 overrides of GetMemoryBlockImpl
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryProvider.cs (1)
32
protected override AbstractMemoryBlock
GetMemoryBlockImpl
(int start, int size)
System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlockProvider.cs (1)
31
protected override AbstractMemoryBlock
GetMemoryBlockImpl
(int start, int size)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (1)
101
protected override AbstractMemoryBlock
GetMemoryBlockImpl
(int start, int size)
2 references to GetMemoryBlockImpl
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs (2)
18
return
GetMemoryBlockImpl
(0, Size);
36
return
GetMemoryBlockImpl
(start, size);