13 references to ThrowNotSupportedException_UnwritableStream
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
111ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (4)
337ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 356ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 422ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 565ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
114ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
1019ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\OSFileStreamStrategy.cs (1)
241ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
484ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 998ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (1)
217ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
147ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
220ThrowHelper.ThrowNotSupportedException_UnwritableStream();