2 references to SEEK_CUR
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (2)
347
Debug.Assert(Interop.Sys.LSeek(this, 0, Interop.Sys.SeekWhence.
SEEK_CUR
) >= 0);
521
_canSeek = canSeek = Interop.Sys.LSeek(this, 0, Interop.Sys.SeekWhence.
SEEK_CUR
) >= 0 ? NullableBool.True : NullableBool.False;