8 references to IO_SeekBeforeBegin
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
528throw new IOException(SR.IO_SeekBeforeBegin);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\ReadOnlyMemoryStream.cs (1)
175throw new IOException(SR.IO_SeekBeforeBegin);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\OSFileStreamStrategy.cs (1)
162throw new IOException(SR.IO_SeekBeforeBegin);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (4)
320throw new IOException(SR.IO_SeekBeforeBegin); 543throw new IOException(SR.IO_SeekBeforeBegin); 549throw new IOException(SR.IO_SeekBeforeBegin); 555throw new IOException(SR.IO_SeekBeforeBegin);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\WritableMemoryStream.cs (1)
177throw new IOException(SR.IO_SeekBeforeBegin);