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)
432ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 461ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 479ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 497ThrowHelper.ThrowNotSupportedException_UnseekableStream(); 606ThrowHelper.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();