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