10 references to ThrowNotSupportedException_UnseekableStream
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
95ThrowHelper.ThrowNotSupportedException_UnseekableStream();
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\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.cs (1)
304ThrowHelper.ThrowNotSupportedException_UnseekableStream();
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
1003ThrowHelper.ThrowNotSupportedException_UnseekableStream();
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (2)
82set => ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 450=> ThrowHelper.ThrowNotSupportedException_UnseekableStream();