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