6 references to LockOperations
System.Console (6)
LibraryImports.g.cs (4)
107internal static partial int FLock(global::Microsoft.Win32.SafeHandles.SafeFileHandle fd, global::Interop.Sys.LockOperations operation) 136static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.LockOperations __operation_native); 145internal static partial int FLock(nint fd, global::Interop.Sys.LockOperations operation) 159static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.LockOperations __operation_native);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.FLock.cs (2)
21internal static partial int FLock(SafeFileHandle fd, LockOperations operation); 28internal static partial int FLock(IntPtr fd, LockOperations operation);