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