13 references to ThrowObjectDisposedException_StreamClosed
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (2)
81ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 87ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
107ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
995ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (3)
61ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name); 95ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name); 1007ThrowHelper.ThrowObjectDisposedException_StreamClosed(destination.GetType().Name);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (3)
205ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 280if (!CanSeek) ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 286if (!CanSeek) ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (2)
138ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 141ThrowHelper.ThrowObjectDisposedException_StreamClosed(nameof(destination));
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
465ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name);