❌ StreamReader(Stream, Encoding) does not throw when null is passed
❌ StreamReader(Stream, Encoding, bool) does not throw when null is passed
❌ StreamReader(Stream, Encoding, bool, int) does not throw when null is passed
✔ StreamReader(Stream, Encoding?, bool, int, bool) does not throw when null is passed
❌ StreamWriter(Stream, Encoding) does not throw when null is passed
❌ StreamWriter(Stream, Encoding, int) does not throw when null is passed
✔ StreamWriter(Stream, Encoding?, int, bool) does not throw when null is passed