1 write to _inotifyHandle
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
283_inotifyHandle = inotifyHandle;
6 references to _inotifyHandle
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
358int wd = Interop.Sys.INotifyAddWatch(_inotifyHandle, fullPath, mask); 515int result = Interop.Sys.INotifyRemoveWatch(_inotifyHandle, directoryEntry.WatchDescriptor); 532int result = Interop.Sys.INotifyRemoveWatch(_inotifyHandle, wd); 705Interop.Sys.Poll(_inotifyHandle, Interop.PollEvents.POLLIN, MillisecondsTimeout, out events); 779_inotifyHandle.Dispose(); 804_bufferAvailable = Interop.CheckIo(Interop.Sys.Read(_inotifyHandle, buf, this._buffer.Length));