6 references to LockOperations
System.IO.Pipes (6)
_generated\0\LibraryImports.g.cs (4)
395
internal static partial int FLock(global::Microsoft.Win32.SafeHandles.SafeFileHandle fd, global::Interop.Sys.
LockOperations
operation)
426
static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.
LockOperations
__operation_native);
436
internal static partial int FLock(nint fd, global::Interop.Sys.
LockOperations
operation)
452
static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.
LockOperations
__operation_native);
src\runtime\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);