1 write to _inotifyHandle
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
297_inotifyHandle = inotifyHandle;
6 references to _inotifyHandle
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
372int wd = Interop.Sys.INotifyAddWatch(_inotifyHandle, fullPath, mask); 529int result = Interop.Sys.INotifyRemoveWatch(_inotifyHandle, directoryEntry.WatchDescriptor); 546int result = Interop.Sys.INotifyRemoveWatch(_inotifyHandle, wd); 719Interop.Sys.Poll(_inotifyHandle, Interop.PollEvents.POLLIN, MillisecondsTimeout, out events); 793_inotifyHandle.Dispose(); 818_bufferAvailable = Interop.CheckIo(Interop.Sys.Read(_inotifyHandle, buf, this._buffer.Length));