6 references to IO_FixedCapacity
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (3)
580throw new IOException(SR.IO_FixedCapacity); 642throw new NotSupportedException(SR.IO_FixedCapacity); 769throw new NotSupportedException(SR.IO_FixedCapacity);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
59set => throw new IOException(SR.IO_FixedCapacity);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\WritableMemoryStream.cs (2)
322throw new NotSupportedException(SR.IO_FixedCapacity); 358throw new NotSupportedException(SR.IO_FixedCapacity);