15 references to ThrowObjectDisposedException_StreamClosed
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (2)
81ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 87ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
105ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\ReadOnlyMemoryStream.cs (1)
246ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
997ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (3)
61ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name); 95ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name); 1002ThrowHelper.ThrowObjectDisposedException_StreamClosed(destination.GetType().Name);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (3)
206ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 281if (!CanSeek) ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 287if (!CanSeek) ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (2)
138ThrowHelper.ThrowObjectDisposedException_StreamClosed(null); 141ThrowHelper.ThrowObjectDisposedException_StreamClosed(nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\WritableMemoryStream.cs (1)
333ThrowHelper.ThrowObjectDisposedException_StreamClosed(null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
465ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name);