From e7723ad23ec607b7ac1bbf1daa2c7507c0b527d7 Mon Sep 17 00:00:00 2001 From: Christopher Yeleighton Date: Wed, 5 Jan 2022 16:30:23 +0100 Subject: [PATCH] BinaryReader.Dispose releases unless `BinaryReader.Dispose` releases the `BaseStream` unless configured otherwise. --- xml/System.IO/BinaryReader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.IO/BinaryReader.xml b/xml/System.IO/BinaryReader.xml index 3ec9aa2271a..39cae415808 100644 --- a/xml/System.IO/BinaryReader.xml +++ b/xml/System.IO/BinaryReader.xml @@ -2413,7 +2413,7 @@ - Releases all resources used by the . + Releases the unless configured otherwise by .