2 references to IO_NotSupported_UnwritableStream
System.IO.Compression (2)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (2)
270public override void SetLength(long value) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream); 272public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(SR.IO_NotSupported_UnwritableStream);