2 references to LockFileRegion
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
66
CheckFileCall(Interop.Sys.
LockFileRegion
(handle, position, length, canWrite ? Interop.Sys.LockType.F_WRLCK : Interop.Sys.LockType.F_RDLCK), handle.Path);
76
CheckFileCall(Interop.Sys.
LockFileRegion
(handle, position, length, Interop.Sys.LockType.F_UNLCK), handle.Path);