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();
258
int wd = Interop.Sys.INotifyAddWatch(
_inotifyHandle
, directoryPath, (uint)mask);
406
Interop.Sys.INotifyRemoveWatch(
_inotifyHandle
, watch.WatchDescriptor);
512
Debug.Assert(
_inotifyHandle
.IsClosed);
619
Interop.Sys.Poll(
_inotifyHandle
, Interop.PollEvents.POLLIN, MillisecondsTimeout, out events);
855
_bufferAvailable = Interop.CheckIo(Interop.Sys.Read(
_inotifyHandle
, buf, this._buffer.Length));