6 references to IO_SeekBeforeBegin
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
531throw new IOException(SR.IO_SeekBeforeBegin);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\OSFileStreamStrategy.cs (1)
162throw new IOException(SR.IO_SeekBeforeBegin);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (4)
319throw new IOException(SR.IO_SeekBeforeBegin); 542throw new IOException(SR.IO_SeekBeforeBegin); 548throw new IOException(SR.IO_SeekBeforeBegin); 554throw new IOException(SR.IO_SeekBeforeBegin);