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)
351ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 370ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 436ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 578ThrowHelper.ThrowNotSupportedException_UnwritableStream();
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
113ThrowHelper.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)
491ThrowHelper.ThrowNotSupportedException_UnwritableStream(); 1004ThrowHelper.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();