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)
358
int wd = Interop.Sys.INotifyAddWatch(
_inotifyHandle
, fullPath, mask);
515
int result = Interop.Sys.INotifyRemoveWatch(
_inotifyHandle
, directoryEntry.WatchDescriptor);
532
int result = Interop.Sys.INotifyRemoveWatch(
_inotifyHandle
, wd);
705
Interop.Sys.Poll(
_inotifyHandle
, Interop.PollEvents.POLLIN, MillisecondsTimeout, out events);
779
_inotifyHandle
.Dispose();
804
_bufferAvailable = Interop.CheckIo(Interop.Sys.Read(
_inotifyHandle
, buf, this._buffer.Length));