6 references to LockOperations
System.Console (6)
LibraryImports.g.cs (4)
107
internal static partial int FLock(global::Microsoft.Win32.SafeHandles.SafeFileHandle fd, global::Interop.Sys.
LockOperations
operation)
136
static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.
LockOperations
__operation_native);
145
internal static partial int FLock(nint fd, global::Interop.Sys.
LockOperations
operation)
159
static 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)
21
internal static partial int FLock(SafeFileHandle fd,
LockOperations
operation);
28
internal static partial int FLock(IntPtr fd,
LockOperations
operation);