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