3 references to StreamConstraints
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryProvider.cs (1)
39
constraints = new
StreamConstraints
(null, 0, Size);
System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlockProvider.cs (1)
38
constraints = new
StreamConstraints
(null, 0, _size);
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (1)
120
constraints = new
StreamConstraints
(_streamGuard, _imageStart, _imageSize);