2 writes to _memory
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlockProvider.cs (2)
19
_memory
= memory;
41
_memory
= null;
2 references to _memory
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlockProvider.cs (2)
33
return new ExternalMemoryBlock(this,
_memory
+ start, size);
49
return
_memory
;