10 references to ThrowNotSupportedException_UnseekableStream
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
95ThrowHelper.ThrowNotSupportedException_UnseekableStream();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (5)
418ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 447ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 465ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 483ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 593ThrowHelper.ThrowNotSupportedException_UnseekableStream();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.cs (1)
300ThrowHelper.ThrowNotSupportedException_UnseekableStream();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
1005ThrowHelper.ThrowNotSupportedException_UnseekableStream();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (2)
82set => ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 450=> ThrowHelper.ThrowNotSupportedException_UnseekableStream();