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