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)
98
protected override AbstractMemoryBlock
GetMemoryBlockImpl
(int start, int size)
2 references to GetMemoryBlockImpl
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs (2)
17
return
GetMemoryBlockImpl
(0, Size);
35
return
GetMemoryBlockImpl
(start, size);