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