1 write to _inotifyHandle
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
144
_inotifyHandle
= CreateINotifyHandle();
6 references to _inotifyHandle
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
215
_inotifyHandle
.Dispose();
259
int wd = Interop.Sys.INotifyAddWatch(
_inotifyHandle
, directoryPath, (uint)mask);
407
Interop.Sys.INotifyRemoveWatch(
_inotifyHandle
, watch.WatchDescriptor);
513
Debug.Assert(
_inotifyHandle
.IsClosed);
620
Interop.Sys.Poll(
_inotifyHandle
, Interop.PollEvents.POLLIN, MillisecondsTimeout, out events);
864
_bufferAvailable = Interop.CheckIo(Interop.Sys.Read(
_inotifyHandle
, buf, this._buffer.Length));