3 references to FileHandle
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (3)
285
creationDeletionLockFileHandle = new AutoReleaseFileLock(creationDeletionLock.
FileHandle
);
725
if (!_suppressed && !
FileHandle
.IsInvalid)
727
Interop.Sys.FLock(
FileHandle
, Interop.Sys.LockOperations.LOCK_UN);