2 references to MemoryMapThreshold
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (2)
16/// Uses memory map to load data from streams backed by files that are bigger than <see cref="MemoryMapThreshold"/>. 102if (_useMemoryMap && size > MemoryMapThreshold)