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