4 references to IO_FixedCapacity
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (3)
579throw new IOException(SR.IO_FixedCapacity); 641throw new NotSupportedException(SR.IO_FixedCapacity); 768throw new NotSupportedException(SR.IO_FixedCapacity);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
59set => throw new IOException(SR.IO_FixedCapacity);